Uses of Class
com.mypurecloud.sdk.v2.model.Customer
Packages that use Customer
-
Uses of Customer in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomerModifier and TypeMethodDescriptionBillingContract.getBillToCustomer()BillingInvoice.getBillToCustomer()BillingContract.getEndCustomer()BillingInvoice.getShipToCustomer()BillingContract.getSoldToCustomer()BillingInvoice.getSoldToCustomer()The name of the customer.The unique number of the customer.Methods in com.mypurecloud.sdk.v2.model with parameters of type CustomerModifier and TypeMethodDescriptionBillingContract.billToCustomer(Customer billToCustomer) The bill to customer.BillingInvoice.billToCustomer(Customer billToCustomer) The bill to customer.BillingContract.endCustomer(Customer endCustomer) The end customer.voidBillingContract.setBillToCustomer(Customer billToCustomer) voidBillingInvoice.setBillToCustomer(Customer billToCustomer) voidBillingContract.setEndCustomer(Customer endCustomer) voidBillingInvoice.setShipToCustomer(Customer shipToCustomer) voidBillingContract.setSoldToCustomer(Customer soldToCustomer) voidBillingInvoice.setSoldToCustomer(Customer soldToCustomer) BillingInvoice.shipToCustomer(Customer shipToCustomer) The ship to customer.BillingContract.soldToCustomer(Customer soldToCustomer) The sold to customer.BillingInvoice.soldToCustomer(Customer soldToCustomer) The sold to customer.