Interface AdditionalCharge.Builder

  • Method Details

    • description

      AdditionalCharge.Builder description(String description)

      A description of the additional charge.

      Parameters:
      description - A description of the additional charge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • amount

      The charge amount.

      Parameters:
      amount - The charge amount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • chargeType

      AdditionalCharge.Builder chargeType(String chargeType)

      The type of additional charge.

      Parameters:
      chargeType - The type of additional charge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.