Uses of Class
com.mypurecloud.sdk.v2.api.request.GetBillingContractsRequest
Packages that use GetBillingContractsRequest
-
Uses of GetBillingContractsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetBillingContractsRequestModifier and TypeMethodDescriptionBillingApi.getBillingContracts(GetBillingContractsRequest request) Get billing contracts Retrieve a list of contracts stored in the system.BillingApiAsync.getBillingContractsAsync(GetBillingContractsRequest request, AsyncApiCallback<BillingContractListing> callback) Get billing contracts Retrieve a list of contracts stored in the system. -
Uses of GetBillingContractsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetBillingContractsRequestModifier and TypeMethodDescriptionGetBillingContractsRequest.Builder.build()GetBillingContractsRequest.withBefore(String before) GetBillingContractsRequest.withCustomHeader(String name, String value) GetBillingContractsRequest.withDateEnd(LocalDate dateEnd) GetBillingContractsRequest.withDateStart(LocalDate dateStart) GetBillingContractsRequest.withExternalNumber(String externalNumber) GetBillingContractsRequest.withPageSize(String pageSize) GetBillingContractsRequest.withStatus(String status)