Uses of Class
com.mypurecloud.sdk.v2.model.TrusteeBillingOverview
Packages that use TrusteeBillingOverview
-
Uses of TrusteeBillingOverview in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TrusteeBillingOverviewModifier and TypeMethodDescriptionBillingApi.getBillingTrusteebillingoverviewTrustorOrgId(GetBillingTrusteebillingoverviewTrustorOrgIdRequest request) Get the billing overview for an organization that is managed by a partner.BillingApi.getBillingTrusteebillingoverviewTrustorOrgId(String trustorOrgId, Integer billingPeriodIndex) Get the billing overview for an organization that is managed by a partner.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TrusteeBillingOverviewModifier and TypeMethodDescriptionBillingApi.getBillingTrusteebillingoverviewTrustorOrgId(ApiRequest<Void> request) Get the billing overview for an organization that is managed by a partner.BillingApiAsync.getBillingTrusteebillingoverviewTrustorOrgIdAsync(GetBillingTrusteebillingoverviewTrustorOrgIdRequest request, AsyncApiCallback<TrusteeBillingOverview> callback) Get the billing overview for an organization that is managed by a partner.BillingApiAsync.getBillingTrusteebillingoverviewTrustorOrgIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrusteeBillingOverview>> callback) Get the billing overview for an organization that is managed by a partner.BillingApi.getBillingTrusteebillingoverviewTrustorOrgIdWithHttpInfo(String trustorOrgId, Integer billingPeriodIndex) Get the billing overview for an organization that is managed by a partner.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrusteeBillingOverviewModifier and TypeMethodDescriptionBillingApiAsync.getBillingTrusteebillingoverviewTrustorOrgIdAsync(GetBillingTrusteebillingoverviewTrustorOrgIdRequest request, AsyncApiCallback<TrusteeBillingOverview> callback) Get the billing overview for an organization that is managed by a partner.BillingApiAsync.getBillingTrusteebillingoverviewTrustorOrgIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrusteeBillingOverview>> callback) Get the billing overview for an organization that is managed by a partner. -
Uses of TrusteeBillingOverview in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrusteeBillingOverviewModifier and TypeMethodDescriptionTrusteeBillingOverview.billingPeriodEndDate(Date billingPeriodEndDate) Date-time the billing period ended.TrusteeBillingOverview.billingPeriodStartDate(Date billingPeriodStartDate) Date-time the billing period started.TrusteeBillingOverview.contractAmendmentDate(Date contractAmendmentDate) Date-time the contract was last amended.TrusteeBillingOverview.contractEffectiveDate(Date contractEffectiveDate) Date-time the contract became effective.TrusteeBillingOverview.contractEndDate(Date contractEndDate) Date-time the contract ends.The currency type.TrusteeBillingOverview.enabledProducts(List<String> enabledProducts) The charge short names for products enabled during the specified period.TrusteeBillingOverview.inRampPeriod(Boolean inRampPeriod) TrusteeBillingOverview.minimumMonthlyAmount(String minimumMonthlyAmount) Minimum amount that will be charged for the monthTrusteeBillingOverview.organization(NamedEntity organization) OrganizationTrusteeBillingOverview.rampPeriodEndDate(Date rampPeriodEndDate) Date-time the ramp period ends.TrusteeBillingOverview.rampPeriodStartDate(Date rampPeriodStartDate) Date-time the ramp period starts.TrusteeBillingOverview.subscriptionType(TrusteeBillingOverview.SubscriptionTypeEnum subscriptionType) The subscription type.TrusteeBillingOverview.usages(List<SubscriptionOverviewUsage> usages) Usages for the specified period.