Class CreditBalanceSummary


  • public final class CreditBalanceSummary
    extends Object
    Summary of credit balances.
    • Constructor Detail

      • CreditBalanceSummary

        public CreditBalanceSummary()
    • Method Detail

      • estimatedBalance

        public Amount estimatedBalance()
        Get the estimatedBalance property: Estimated balance.
        Returns:
        the estimatedBalance value.
      • currentBalance

        public Amount currentBalance()
        Get the currentBalance property: Current balance.
        Returns:
        the currentBalance value.
      • estimatedBalanceInBillingCurrency

        public AmountWithExchangeRate estimatedBalanceInBillingCurrency()
        Get the estimatedBalanceInBillingCurrency property: Estimated balance in billing currency.
        Returns:
        the estimatedBalanceInBillingCurrency value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.