Package | Description |
---|---|
com.oracle.bmc.onesubscription.model |
Modifier and Type | Method and Description |
---|---|
InvoiceLineSummary |
InvoiceLineSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<InvoiceLineSummary> |
InvoiceSummary.getInvoiceLines()
Invoice Lines under particular invoice.
|
Modifier and Type | Method and Description |
---|---|
InvoiceLineSummary.Builder |
InvoiceLineSummary.Builder.copy(InvoiceLineSummary model) |
Modifier and Type | Method and Description |
---|---|
InvoiceSummary.Builder |
InvoiceSummary.Builder.invoiceLines(List<InvoiceLineSummary> invoiceLines)
Invoice Lines under particular invoice.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.