Package | Description |
---|---|
com.oracle.bmc.ospgateway.model |
Modifier and Type | Class and Description |
---|---|
class |
CreditCardPaymentDetail
Credit card Payment related details
Note: Objects should always be created or deserialized using the CreditCardPaymentDetail.Builder . |
class |
EcheckPaymentDetail
Echeck Payment related details
Note: Objects should always be created or deserialized using the EcheckPaymentDetail.Builder . |
class |
OtherPaymentDetail
Other Payment related details
Note: Objects should always be created or deserialized using the OtherPaymentDetail.Builder . |
class |
PaypalPaymentDetail
PayPal Payment related details
Note: Objects should always be created or deserialized using the PaypalPaymentDetail.Builder . |
Modifier and Type | Method and Description |
---|---|
PaymentDetail |
InvoiceSummary.getLastPaymentDetail() |
PaymentDetail |
Invoice.getLastPaymentDetail() |
Modifier and Type | Method and Description |
---|---|
InvoiceSummary.Builder |
InvoiceSummary.Builder.lastPaymentDetail(PaymentDetail lastPaymentDetail) |
Invoice.Builder |
Invoice.Builder.lastPaymentDetail(PaymentDetail lastPaymentDetail) |
Constructor and Description |
---|
Invoice(String invoiceId,
String invoiceNumber,
String internalInvoiceId,
Boolean isCreditCardPayable,
Date timeInvoice,
BigDecimal tax,
BigDecimal invoiceAmount,
BigDecimal invoiceAmountDue,
BigDecimal invoiceAmountCredited,
BigDecimal invoiceAmountAdjusted,
BigDecimal invoiceAmountApplied,
Currency currency,
Invoice.InvoiceType invoiceType,
Date timeInvoiceDue,
String invoiceRefNumber,
String invoicePoNumber,
Invoice.InvoiceStatus invoiceStatus,
String preferredEmail,
Boolean isPdfEmailAvailable,
Boolean isDisplayDownloadPdf,
Boolean isPayable,
String paymentTerms,
PaymentDetail lastPaymentDetail,
BillToAddress billToAddress,
List<String> subscriptionIds)
Deprecated.
|
InvoiceSummary(String invoiceId,
String invoiceNumber,
String internalInvoiceId,
Boolean isCreditCardPayable,
InvoiceSummary.InvoiceStatus invoiceStatus,
InvoiceSummary.InvoiceType invoiceType,
Boolean isPaid,
Boolean isPayable,
BigDecimal invoiceAmount,
BigDecimal invoiceAmountDue,
BigDecimal invoiceAmountCredited,
BigDecimal invoiceAmountAdjusted,
BigDecimal invoiceAmountApplied,
Date timeInvoiceDue,
Boolean isPaymentFailed,
BigDecimal invoiceAmountInDispute,
String invoiceRefNumber,
String invoicePoNumber,
Date timeInvoice,
Currency currency,
Boolean isPdfEmailAvailable,
Boolean isDisplayViewPdf,
Boolean isDisplayDownloadPdf,
PaymentDetail lastPaymentDetail,
String partyName,
List<String> subscriptionIds)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.