Uses of Class
com.mypurecloud.sdk.v2.api.request.GetBillingContractsInvoicesRequest
Packages that use GetBillingContractsInvoicesRequest
-
Uses of GetBillingContractsInvoicesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetBillingContractsInvoicesRequestModifier and TypeMethodDescriptionBillingApi.getBillingContractsInvoices(GetBillingContractsInvoicesRequest request) Get invoices Retrieve a list of invoices stored in the system.BillingApiAsync.getBillingContractsInvoicesAsync(GetBillingContractsInvoicesRequest request, AsyncApiCallback<BillingInvoiceListing> callback) Get invoices Retrieve a list of invoices stored in the system. -
Uses of GetBillingContractsInvoicesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetBillingContractsInvoicesRequestModifier and TypeMethodDescriptionGetBillingContractsInvoicesRequest.Builder.build()GetBillingContractsInvoicesRequest.withBefore(String before) GetBillingContractsInvoicesRequest.withCustomHeader(String name, String value) GetBillingContractsInvoicesRequest.withDateEnd(LocalDate dateEnd) GetBillingContractsInvoicesRequest.withDateStart(LocalDate dateStart) GetBillingContractsInvoicesRequest.withPageSize(String pageSize) GetBillingContractsInvoicesRequest.withPaymentStatus(String paymentStatus)