Uses of Class
com.oracle.bmc.ospgateway.model.PaymentDetail
-
Packages that use PaymentDetail Package Description com.oracle.bmc.ospgateway.model -
-
Uses of PaymentDetail in com.oracle.bmc.ospgateway.model
Subclasses of PaymentDetail in com.oracle.bmc.ospgateway.model Modifier and Type Class Description class
CreditCardPaymentDetail
Credit card Payment related details
Note: Objects should always be created or deserialized using theCreditCardPaymentDetail.Builder
.class
EcheckPaymentDetail
Echeck Payment related details
Note: Objects should always be created or deserialized using theEcheckPaymentDetail.Builder
.class
OtherPaymentDetail
Other Payment related details
Note: Objects should always be created or deserialized using theOtherPaymentDetail.Builder
.class
PaypalPaymentDetail
PayPal Payment related details
Note: Objects should always be created or deserialized using thePaypalPaymentDetail.Builder
.Methods in com.oracle.bmc.ospgateway.model that return PaymentDetail Modifier and Type Method Description PaymentDetail
Invoice. getLastPaymentDetail()
PaymentDetail
InvoiceSummary. getLastPaymentDetail()
Methods in com.oracle.bmc.ospgateway.model with parameters of type PaymentDetail Modifier and Type Method Description Invoice.Builder
Invoice.Builder. lastPaymentDetail(PaymentDetail lastPaymentDetail)
InvoiceSummary.Builder
InvoiceSummary.Builder. lastPaymentDetail(PaymentDetail lastPaymentDetail)
Constructors in com.oracle.bmc.ospgateway.model with parameters of type PaymentDetail Constructor 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.
-