Uses of Class
com.mypurecloud.sdk.v2.model.BillingWallet
Packages that use BillingWallet
-
Uses of BillingWallet in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingWalletModifier and TypeMethodDescriptionBillingWallet.balanceConsumption(BigDecimal balanceConsumption) Total consumption deducted from the wallet.BillingWallet.balanceDecrease(BigDecimal balanceDecrease) The amount removed from the wallet due to a contract change.BillingWallet.balanceIncrease(BigDecimal balanceIncrease) Total amount added to the wallet.BillingWallet.balanceOverage(BigDecimal balanceOverage) The amount exceeding a predefined balance threshold.BillingWallet.balanceOverageCharge(BigDecimal balanceOverageCharge) The amount to be charged.BillingWallet.balanceOverageCurrency(String balanceOverageCurrency) The currency in which the overage charge is invoiced.BillingWallet.balanceOverageRate(BigDecimal balanceOverageRate) The rate charged for an overage..BillingWallet.endingBalance(BigDecimal endingBalance) The final balance in the wallet after transactions.BillingWallet.organizations(List<NamedEntity> organizations) A Genesys Cloud Organization and it's related plans.BillingWallet.product(BillingProduct product) Represents the details of a product.BillingWallet.startingBalance(BigDecimal startingBalance) The initial balance in the wallet.BillingWallet.unitOfMeasure(BillingWallet.UnitOfMeasureEnum unitOfMeasure) The unit of measure for the wallet.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BillingWalletMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BillingWalletModifier and TypeMethodDescriptionvoidBillingContractPeriodDetail.setWallets(List<BillingWallet> wallets) BillingContractPeriodDetail.wallets(List<BillingWallet> wallets) Represents usage metrics including prepaid, actual, and overage quantities along with associated charges.