public static class InvoicingAddress.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InvoicingAddress.Builder |
billSiteUseId(Long billSiteUseId)
Bill to site use Id.
|
InvoicingAddress |
build() |
InvoicingAddress.Builder |
copy(InvoicingAddress model) |
InvoicingAddress.Builder |
isBillTo(Boolean isBillTo)
Identify as the customer’s billing address.
|
InvoicingAddress.Builder |
isShipTo(Boolean isShipTo)
Identify as the customer’s shipping address.
|
InvoicingAddress.Builder |
location(InvoicingLocation location) |
InvoicingAddress.Builder |
name(String name)
Address name identifier.
|
InvoicingAddress.Builder |
phone(String phone)
Phone.
|
InvoicingAddress.Builder |
service2SiteUseId(Long service2SiteUseId)
Service to site use Id.
|
InvoicingAddress.Builder |
tcaCustAcctSiteId(Long tcaCustAcctSiteId)
TCA customer account site Id.
|
InvoicingAddress.Builder |
tcaPartySiteNumber(String tcaPartySiteNumber)
Party site number.
|
public InvoicingAddress.Builder location(InvoicingLocation location)
public InvoicingAddress.Builder name(String name)
Address name identifier.
name
- the value to setpublic InvoicingAddress.Builder phone(String phone)
Phone.
phone
- the value to setpublic InvoicingAddress.Builder isBillTo(Boolean isBillTo)
Identify as the customer’s billing address.
isBillTo
- the value to setpublic InvoicingAddress.Builder isShipTo(Boolean isShipTo)
Identify as the customer’s shipping address.
isShipTo
- the value to setpublic InvoicingAddress.Builder billSiteUseId(Long billSiteUseId)
Bill to site use Id.
billSiteUseId
- the value to setpublic InvoicingAddress.Builder service2SiteUseId(Long service2SiteUseId)
Service to site use Id.
service2SiteUseId
- the value to setpublic InvoicingAddress.Builder tcaCustAcctSiteId(Long tcaCustAcctSiteId)
TCA customer account site Id.
tcaCustAcctSiteId
- the value to setpublic InvoicingAddress.Builder tcaPartySiteNumber(String tcaPartySiteNumber)
Party site number.
tcaPartySiteNumber
- the value to setpublic InvoicingAddress build()
public InvoicingAddress.Builder copy(InvoicingAddress model)
Copyright © 2016–2024. All rights reserved.