Uses of Class
com.mypurecloud.sdk.v2.model.BillingInvoice
Packages that use BillingInvoice
-
Uses of BillingInvoice in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingInvoiceModifier and TypeMethodDescriptionBillingInvoice.amount(BigDecimal amount) Amount.BillingInvoice.billToAddress(InvoiceAddress billToAddress) Details of the bill to address.BillingInvoice.billToCustomer(Customer billToCustomer) The bill to customer.BillingInvoice.currencyIsoCode(String currencyIsoCode) Contains the ISO code for any currency allowed by the organization.BillingInvoice.customerInvoiceType(String customerInvoiceType) Type of the invoice.BillingInvoice.customerPoNumber(String customerPoNumber) Purchase Order Number.BillingInvoice.dateInvoiced(LocalDate dateInvoiced) Date when the invoice was issued.BillingInvoice.paymentLink(String paymentLink) Payment link.BillingInvoice.paymentStatus(BillingInvoice.PaymentStatusEnum paymentStatus) Status of the payment.BillingInvoice.paymentTerms(String paymentTerms) Payment terms.BillingInvoice.shipToAddress(InvoiceAddress shipToAddress) Details of the ship to address.BillingInvoice.shipToCustomer(Customer shipToCustomer) The ship to customer.BillingInvoice.soldToCustomer(Customer soldToCustomer) The sold to customer.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BillingInvoiceMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BillingInvoiceModifier and TypeMethodDescriptionBillingInvoiceListing.entities(List<BillingInvoice> entities) voidBillingInvoiceListing.setEntities(List<BillingInvoice> entities)