Uses of Class
com.oracle.bmc.onesubscription.model.InvoicingAddress
-
Packages that use InvoicingAddress Package Description com.oracle.bmc.onesubscription.model -
-
Uses of InvoicingAddress in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return InvoicingAddress Modifier and Type Method Description InvoicingAddress
InvoicingAddress.Builder. build()
InvoicingAddress
InvoiceSummary. getBillToAddress()
Methods in com.oracle.bmc.onesubscription.model with parameters of type InvoicingAddress Modifier and Type Method Description InvoiceSummary.Builder
InvoiceSummary.Builder. billToAddress(InvoicingAddress billToAddress)
InvoicingAddress.Builder
InvoicingAddress.Builder. copy(InvoicingAddress model)
Constructors in com.oracle.bmc.onesubscription.model with parameters of type InvoicingAddress Constructor Description InvoiceSummary(String spmInvoiceNumber, String arInvoices, InvoicingBusinessPartner billToCustomer, InvoicingUser billToContact, InvoicingAddress billToAddress, String paymentMethod, InvoicingPaymentTerm paymentTerm, String receiptMethod, InvoicingCurrency currency, InvoicingOrganization organization, String type, String status, String subscriptionNumber, Date timeInvoiceDate, Date timeCreated, String createdBy, Date timeUpdated, String updatedBy, List<InvoiceLineSummary> invoiceLines)
Deprecated.
-