Uses of Class
com.mypurecloud.sdk.v2.model.BillingContractPeriodDetail
Packages that use BillingContractPeriodDetail
-
Uses of BillingContractPeriodDetail in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BillingContractPeriodDetailModifier and TypeMethodDescriptionBillingApi.getBillingContractBillingperiod(GetBillingContractBillingperiodRequest request) Get contract billing period Fetch the billing information for a given Organization by billing period.BillingApi.getBillingContractBillingperiod(String contractId, String billingPeriodId) Get contract billing period Fetch the billing information for a given Organization by billing period.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BillingContractPeriodDetailModifier and TypeMethodDescriptionBillingApi.getBillingContractBillingperiod(ApiRequest<Void> request) Get contract billing period Fetch the billing information for a given Organization by billing period.BillingApiAsync.getBillingContractBillingperiodAsync(GetBillingContractBillingperiodRequest request, AsyncApiCallback<BillingContractPeriodDetail> callback) Get contract billing period Fetch the billing information for a given Organization by billing period.BillingApiAsync.getBillingContractBillingperiodAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BillingContractPeriodDetail>> callback) Get contract billing period Fetch the billing information for a given Organization by billing period.BillingApi.getBillingContractBillingperiodWithHttpInfo(String contractId, String billingPeriodId) Get contract billing period Fetch the billing information for a given Organization by billing period.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BillingContractPeriodDetailModifier and TypeMethodDescriptionBillingApiAsync.getBillingContractBillingperiodAsync(GetBillingContractBillingperiodRequest request, AsyncApiCallback<BillingContractPeriodDetail> callback) Get contract billing period Fetch the billing information for a given Organization by billing period.BillingApiAsync.getBillingContractBillingperiodAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BillingContractPeriodDetail>> callback) Get contract billing period Fetch the billing information for a given Organization by billing period. -
Uses of BillingContractPeriodDetail in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingContractPeriodDetailModifier and TypeMethodDescriptionBillingContractPeriodDetail.charges(List<BillingCharge> charges) Represents usage metrics including prepaid, actual, and overage quantities along with associated charges.The date when the Billing Period starts.The date when the Billing Period starts.BillingContractPeriodDetail.status(BillingContractPeriodDetail.StatusEnum status) The type of address.BillingContractPeriodDetail.wallets(List<BillingWallet> wallets) Represents usage metrics including prepaid, actual, and overage quantities along with associated charges.