Interface VariablePaymentTerm.Builder

  • Method Details

    • id

      The unique identifier of the term.

      Parameters:
      id - The unique identifier of the term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The category of the term.

      Parameters:
      type - The category of the term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The category of the term.

      Parameters:
      type - The category of the term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • currencyCode

      VariablePaymentTerm.Builder currencyCode(String currencyCode)

      Defines the currency for the prices in this term.

      Parameters:
      currencyCode - Defines the currency for the prices in this term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxTotalChargeAmount

      VariablePaymentTerm.Builder maxTotalChargeAmount(String maxTotalChargeAmount)

      The maximum total amount that can be charged under this term.

      Parameters:
      maxTotalChargeAmount - The maximum total amount that can be charged under this term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.