Uses of Class
com.oracle.bmc.ospgateway.model.Invoice.InvoiceType
-
Packages that use Invoice.InvoiceType Package Description com.oracle.bmc.ospgateway.model -
-
Uses of Invoice.InvoiceType in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return Invoice.InvoiceType Modifier and Type Method Description static Invoice.InvoiceType
Invoice.InvoiceType. create(String key)
Invoice.InvoiceType
Invoice. getInvoiceType()
Type of invoicestatic Invoice.InvoiceType
Invoice.InvoiceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Invoice.InvoiceType[]
Invoice.InvoiceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ospgateway.model with parameters of type Invoice.InvoiceType Modifier and Type Method Description Invoice.Builder
Invoice.Builder. invoiceType(Invoice.InvoiceType invoiceType)
Type of invoiceConstructors in com.oracle.bmc.ospgateway.model with parameters of type Invoice.InvoiceType 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.
-