Uses of Class
com.oracle.bmc.onesubscription.model.InvoicingBusinessPartner
-
Packages that use InvoicingBusinessPartner Package Description com.oracle.bmc.onesubscription.model -
-
Uses of InvoicingBusinessPartner in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return InvoicingBusinessPartner Modifier and Type Method Description InvoicingBusinessPartner
InvoicingBusinessPartner.Builder. build()
InvoicingBusinessPartner
InvoiceSummary. getBillToCustomer()
Methods in com.oracle.bmc.onesubscription.model with parameters of type InvoicingBusinessPartner Modifier and Type Method Description InvoiceSummary.Builder
InvoiceSummary.Builder. billToCustomer(InvoicingBusinessPartner billToCustomer)
InvoicingBusinessPartner.Builder
InvoicingBusinessPartner.Builder. copy(InvoicingBusinessPartner model)
Constructors in com.oracle.bmc.onesubscription.model with parameters of type InvoicingBusinessPartner 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.
-