Uses of Class
com.oracle.bmc.onesubscription.model.InvoicingAddress.Builder
-
Packages that use InvoicingAddress.Builder Package Description com.oracle.bmc.onesubscription.model -
-
Uses of InvoicingAddress.Builder in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return InvoicingAddress.Builder Modifier and Type Method Description InvoicingAddress.Builder
InvoicingAddress.Builder. billSiteUseId(Long billSiteUseId)
Bill to site use Id.static InvoicingAddress.Builder
InvoicingAddress. builder()
Create a new builder.InvoicingAddress.Builder
InvoicingAddress.Builder. copy(InvoicingAddress model)
InvoicingAddress.Builder
InvoicingAddress.Builder. isBillTo(Boolean isBillTo)
Identify as the customer’s billing address.InvoicingAddress.Builder
InvoicingAddress.Builder. isShipTo(Boolean isShipTo)
Identify as the customer’s shipping address.InvoicingAddress.Builder
InvoicingAddress.Builder. location(InvoicingLocation location)
InvoicingAddress.Builder
InvoicingAddress.Builder. name(String name)
Address name identifier.InvoicingAddress.Builder
InvoicingAddress.Builder. phone(String phone)
Phone.InvoicingAddress.Builder
InvoicingAddress.Builder. service2SiteUseId(Long service2SiteUseId)
Service to site use Id.InvoicingAddress.Builder
InvoicingAddress.Builder. tcaCustAcctSiteId(Long tcaCustAcctSiteId)
TCA customer account site Id.InvoicingAddress.Builder
InvoicingAddress.Builder. tcaPartySiteNumber(String tcaPartySiteNumber)
Party site number.InvoicingAddress.Builder
InvoicingAddress. toBuilder()
-