Uses of Class
com.oracle.bmc.onesubscription.model.InvoicingLocation
-
Packages that use InvoicingLocation Package Description com.oracle.bmc.onesubscription.model -
-
Uses of InvoicingLocation in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return InvoicingLocation Modifier and Type Method Description InvoicingLocation
InvoicingLocation.Builder. build()
InvoicingLocation
InvoicingAddress. getLocation()
Methods in com.oracle.bmc.onesubscription.model with parameters of type InvoicingLocation Modifier and Type Method Description InvoicingLocation.Builder
InvoicingLocation.Builder. copy(InvoicingLocation model)
InvoicingAddress.Builder
InvoicingAddress.Builder. location(InvoicingLocation location)
Constructors in com.oracle.bmc.onesubscription.model with parameters of type InvoicingLocation Constructor Description InvoicingAddress(InvoicingLocation location, String name, String phone, Boolean isBillTo, Boolean isShipTo, Long billSiteUseId, Long service2SiteUseId, Long tcaCustAcctSiteId, String tcaPartySiteNumber)
Deprecated.
-