Interface ChargeAccount.Builder

  • Method Details

    • accountId

      ChargeAccount.Builder accountId(String accountId)

      The account ID.

      Parameters:
      accountId - The account ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • chargePercentage

      ChargeAccount.Builder chargePercentage(String chargePercentage)

      The percentage of the total Support charge allocated to this account. This is 0.0 when supportAllocationMethod = Proportional.

      Parameters:
      chargePercentage - The percentage of the total Support charge allocated to this account. This is 0.0 when supportAllocationMethod = Proportional.
      Returns:
      Returns a reference to this object so that method calls can be chained together.