Interface PricingCurrencyAmount.Builder

  • Method Details

    • amount

      The monetary amount before tax.

      Parameters:
      amount - The monetary amount before tax.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxAdjustmentAmount

      PricingCurrencyAmount.Builder maxAdjustmentAmount(String maxAdjustmentAmount)

      The maximum refundable amount as a string representation of a decimal number.

      Parameters:
      maxAdjustmentAmount - The maximum refundable amount as a string representation of a decimal number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currencyCode

      PricingCurrencyAmount.Builder currencyCode(String currencyCode)

      The 3-letter ISO 4217 currency code (e.g., USD, EUR, JPY).

      Parameters:
      currencyCode - The 3-letter ISO 4217 currency code (e.g., USD, EUR, JPY).
      Returns:
      Returns a reference to this object so that method calls can be chained together.