Uses of Class
com.oracle.bmc.ospgateway.model.BillToAddress
-
Packages that use BillToAddress Package Description com.oracle.bmc.ospgateway.model -
-
Uses of BillToAddress in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return BillToAddress Modifier and Type Method Description BillToAddress
BillToAddress.Builder. build()
BillToAddress
Invoice. getBillToAddress()
Methods in com.oracle.bmc.ospgateway.model with parameters of type BillToAddress Modifier and Type Method Description Invoice.Builder
Invoice.Builder. billToAddress(BillToAddress billToAddress)
BillToAddress.Builder
BillToAddress.Builder. copy(BillToAddress model)
Constructors in com.oracle.bmc.ospgateway.model with parameters of type BillToAddress 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.
-