Uses of Class
com.mypurecloud.sdk.v2.model.BillingContract
Packages that use BillingContract
-
Uses of BillingContract in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BillingContractModifier and TypeMethodDescriptionBillingApi.getBillingContract(GetBillingContractRequest request) Get billing contract Retrieve a single contract from the system.BillingApi.getBillingContract(String contractId) Get billing contract Retrieve a single contract from the system.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BillingContractModifier and TypeMethodDescriptionBillingApi.getBillingContract(ApiRequest<Void> 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.BillingApiAsync.getBillingContractAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BillingContract>> callback) Get billing contract Retrieve a single contract from the system.BillingApi.getBillingContractWithHttpInfo(String contractId) Get billing contract Retrieve a single contract from the system.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BillingContractModifier and TypeMethodDescriptionBillingApiAsync.getBillingContractAsync(GetBillingContractRequest request, AsyncApiCallback<BillingContract> callback) Get billing contract Retrieve a single contract from the system.BillingApiAsync.getBillingContractAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BillingContract>> callback) Get billing contract Retrieve a single contract from the system. -
Uses of BillingContract in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingContractModifier and TypeMethodDescriptionBillingContract.billingPeriods(List<BillingContractPeriod> billingPeriods) List of billing periods for the contract.BillingContract.billToCustomer(Customer billToCustomer) The bill to customer.BillingContract.commercialModel(String commercialModel) The type of commercial model.The end date of the contract.BillingContract.dateRampEnd(LocalDate dateRampEnd) the date when the first revenue or quantity in a ramped deal ends.BillingContract.dateRampStart(LocalDate dateRampStart) the date when the first revenue or quantity in a ramped deal begins.The start date of the contract.BillingContract.endCustomer(Customer endCustomer) The end customer.BillingContract.externalNumber(String externalNumber) Unique external number.BillingContract.plans(List<BillingPlan> plans) The collection of prices for the related organizations.BillingContract.purchaseOrderNumbers(List<String> purchaseOrderNumbers) List of po numbers periods for this contract.BillingContract.soldToCustomer(Customer soldToCustomer) The sold to customer.BillingContract.status(BillingContract.StatusEnum status) The status of the contract.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BillingContractMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BillingContractModifier and TypeMethodDescriptionBillingContractListing.entities(List<BillingContract> entities) voidBillingContractListing.setEntities(List<BillingContract> entities)