Uses of Class
com.mypurecloud.sdk.v2.api.request.GetBillingContractsInvoiceLinesRequest
Packages that use GetBillingContractsInvoiceLinesRequest
-
Uses of GetBillingContractsInvoiceLinesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetBillingContractsInvoiceLinesRequestModifier and TypeMethodDescriptionBillingApi.getBillingContractsInvoiceLines(GetBillingContractsInvoiceLinesRequest request) Get invoice lines Fetch a list of all bills for the specified account.BillingApiAsync.getBillingContractsInvoiceLinesAsync(GetBillingContractsInvoiceLinesRequest request, AsyncApiCallback<BillingInvoiceItemListing> callback) Get invoice lines Fetch a list of all bills for the specified account. -
Uses of GetBillingContractsInvoiceLinesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetBillingContractsInvoiceLinesRequestModifier and TypeMethodDescriptionGetBillingContractsInvoiceLinesRequest.Builder.build()GetBillingContractsInvoiceLinesRequest.withBefore(String before) GetBillingContractsInvoiceLinesRequest.withCustomHeader(String name, String value) GetBillingContractsInvoiceLinesRequest.withInvoiceId(String invoiceId) GetBillingContractsInvoiceLinesRequest.withPageSize(String pageSize)