Uses of Class
com.mypurecloud.sdk.v2.api.request.GetBillingContractRequest
Packages that use GetBillingContractRequest
-
Uses of GetBillingContractRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetBillingContractRequestModifier and TypeMethodDescriptionBillingApi.getBillingContract(GetBillingContractRequest request) Get billing contract Retrieve a single contract from the system.BillingApiAsync.getBillingContractAsync(GetBillingContractRequest request, AsyncApiCallback<BillingContract> callback) Get billing contract Retrieve a single contract from the system. -
Uses of GetBillingContractRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetBillingContractRequestModifier and TypeMethodDescriptionGetBillingContractRequest.Builder.build()GetBillingContractRequest.withContractId(String contractId) GetBillingContractRequest.withCustomHeader(String name, String value)