Uses of Class
com.mypurecloud.sdk.v2.model.BillingInvoiceListing
Packages that use BillingInvoiceListing
-
Uses of BillingInvoiceListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BillingInvoiceListingModifier and TypeMethodDescriptionBillingApi.getBillingContractsInvoices(GetBillingContractsInvoicesRequest request) Get invoices Retrieve a list of invoices stored in the system.BillingApi.getBillingContractsInvoices(String before, String after, String pageSize, LocalDate dateStart, LocalDate dateEnd, String paymentStatus) Get invoices Retrieve a list of invoices stored in the system.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BillingInvoiceListingModifier and TypeMethodDescriptionBillingApi.getBillingContractsInvoices(ApiRequest<Void> 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.BillingApiAsync.getBillingContractsInvoicesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BillingInvoiceListing>> callback) Get invoices Retrieve a list of invoices stored in the system.BillingApi.getBillingContractsInvoicesWithHttpInfo(String before, String after, String pageSize, LocalDate dateStart, LocalDate dateEnd, String paymentStatus) Get invoices Retrieve a list of invoices stored in the system.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BillingInvoiceListingModifier and TypeMethodDescriptionBillingApiAsync.getBillingContractsInvoicesAsync(GetBillingContractsInvoicesRequest request, AsyncApiCallback<BillingInvoiceListing> callback) Get invoices Retrieve a list of invoices stored in the system.BillingApiAsync.getBillingContractsInvoicesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BillingInvoiceListing>> callback) Get invoices Retrieve a list of invoices stored in the system. -
Uses of BillingInvoiceListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingInvoiceListingModifier and TypeMethodDescriptionBillingInvoiceListing.entities(List<BillingInvoice> entities) BillingInvoiceListing.previousUri(String previousUri)