public static class InvoicingBusinessPartner.Builder extends Object
Constructor and Description |
---|
Builder() |
public InvoicingBusinessPartner.Builder name(String name)
Commercial name also called customer name.
name
- the value to setpublic InvoicingBusinessPartner.Builder namePhonetic(String namePhonetic)
Phonetic name.
namePhonetic
- the value to setpublic InvoicingBusinessPartner.Builder tcaCustomerAccountNumber(String tcaCustomerAccountNumber)
TCA customer account number.
tcaCustomerAccountNumber
- the value to setpublic InvoicingBusinessPartner.Builder isPublicSector(Boolean isPublicSector)
The business partner is part of the public sector or not.
isPublicSector
- the value to setpublic InvoicingBusinessPartner.Builder isChainCustomer(Boolean isChainCustomer)
The business partner is chain customer or not.
isChainCustomer
- the value to setpublic InvoicingBusinessPartner.Builder customerChainType(String customerChainType)
Customer chain type.
customerChainType
- the value to setpublic InvoicingBusinessPartner.Builder tcaPartyNumber(String tcaPartyNumber)
TCA party number.
tcaPartyNumber
- the value to setpublic InvoicingBusinessPartner.Builder tcaPartyId(Long tcaPartyId)
TCA party ID.
tcaPartyId
- the value to setpublic InvoicingBusinessPartner.Builder tcaCustomerAccountId(Long tcaCustomerAccountId)
TCA customer account ID.
tcaCustomerAccountId
- the value to setpublic InvoicingBusinessPartner build()
public InvoicingBusinessPartner.Builder copy(InvoicingBusinessPartner model)
Copyright © 2016–2024. All rights reserved.