Package com.mypurecloud.sdk.v2.model
Class BillingInvoice
java.lang.Object
com.mypurecloud.sdk.v2.model.BillingInvoice
- All Implemented Interfaces:
Serializable
BillingInvoice
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the payment. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamount(BigDecimal amount) Amount.billToAddress(InvoiceAddress billToAddress) Details of the bill to address.billToCustomer(Customer billToCustomer) The bill to customer.currencyIsoCode(String currencyIsoCode) Contains the ISO code for any currency allowed by the organization.customerInvoiceType(String customerInvoiceType) Type of the invoice.customerPoNumber(String customerPoNumber) Purchase Order Number.dateInvoiced(LocalDate dateInvoiced) Date when the invoice was issued.booleangetId()inthashCode()paymentLink(String paymentLink) Payment link.paymentStatus(BillingInvoice.PaymentStatusEnum paymentStatus) Status of the payment.paymentTerms(String paymentTerms) Payment terms.voidsetAmount(BigDecimal amount) voidsetBillToAddress(InvoiceAddress billToAddress) voidsetBillToCustomer(Customer billToCustomer) voidsetCurrencyIsoCode(String currencyIsoCode) voidsetCustomerInvoiceType(String customerInvoiceType) voidsetCustomerPoNumber(String customerPoNumber) voidsetDateInvoiced(LocalDate dateInvoiced) voidsetPaymentLink(String paymentLink) voidsetPaymentStatus(BillingInvoice.PaymentStatusEnum paymentStatus) voidsetPaymentTerms(String paymentTerms) voidsetShipToAddress(InvoiceAddress shipToAddress) voidsetShipToCustomer(Customer shipToCustomer) voidsetSoldToCustomer(Customer soldToCustomer) shipToAddress(InvoiceAddress shipToAddress) Details of the ship to address.shipToCustomer(Customer shipToCustomer) The ship to customer.soldToCustomer(Customer soldToCustomer) The sold to customer.toString()
-
Constructor Details
-
BillingInvoice
public BillingInvoice() -
BillingInvoice
-
-
Method Details
-
getId
-
billToCustomer
The bill to customer. -
getBillToCustomer
-
setBillToCustomer
-
shipToCustomer
The ship to customer. -
getShipToCustomer
-
setShipToCustomer
-
soldToCustomer
The sold to customer. -
getSoldToCustomer
-
setSoldToCustomer
-
dateInvoiced
Date when the invoice was issued. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateInvoiced
-
setDateInvoiced
-
billToAddress
Details of the bill to address. -
getBillToAddress
-
setBillToAddress
-
shipToAddress
Details of the ship to address. -
getShipToAddress
-
setShipToAddress
-
currencyIsoCode
Contains the ISO code for any currency allowed by the organization. -
getCurrencyIsoCode
-
setCurrencyIsoCode
-
paymentStatus
Status of the payment. -
getPaymentStatus
-
setPaymentStatus
-
paymentTerms
Payment terms. -
getPaymentTerms
-
setPaymentTerms
-
paymentLink
Payment link. -
getPaymentLink
-
setPaymentLink
-
customerPoNumber
Purchase Order Number. -
getCustomerPoNumber
-
setCustomerPoNumber
-
customerInvoiceType
Type of the invoice. -
getCustomerInvoiceType
-
setCustomerInvoiceType
-
amount
Amount. -
getAmount
-
setAmount
-
equals
-
hashCode
public int hashCode() -
toString
-