Uses of Class
com.mypurecloud.sdk.v2.model.BillingInvoiceItemListing
Packages that use BillingInvoiceItemListing
-
Uses of BillingInvoiceItemListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BillingInvoiceItemListingModifier and TypeMethodDescriptionBillingApi.getBillingContractsInvoiceLines(GetBillingContractsInvoiceLinesRequest request) Get invoice lines Fetch a list of all bills for the specified account.BillingApi.getBillingContractsInvoiceLines(String invoiceId, String before, String after, String pageSize) Get invoice lines Fetch a list of all bills for the specified account.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BillingInvoiceItemListingModifier and TypeMethodDescriptionBillingApi.getBillingContractsInvoiceLines(ApiRequest<Void> 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.BillingApiAsync.getBillingContractsInvoiceLinesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BillingInvoiceItemListing>> callback) Get invoice lines Fetch a list of all bills for the specified account.BillingApi.getBillingContractsInvoiceLinesWithHttpInfo(String invoiceId, String before, String after, String pageSize) Get invoice lines Fetch a list of all bills for the specified account.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BillingInvoiceItemListingModifier and TypeMethodDescriptionBillingApiAsync.getBillingContractsInvoiceLinesAsync(GetBillingContractsInvoiceLinesRequest request, AsyncApiCallback<BillingInvoiceItemListing> callback) Get invoice lines Fetch a list of all bills for the specified account.BillingApiAsync.getBillingContractsInvoiceLinesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BillingInvoiceItemListing>> callback) Get invoice lines Fetch a list of all bills for the specified account. -
Uses of BillingInvoiceItemListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingInvoiceItemListingModifier and TypeMethodDescriptionBillingInvoiceItemListing.entities(List<BillingInvoiceItem> entities) BillingInvoiceItemListing.previousUri(String previousUri)