Interface NetPaymentTerm.Builder

  • Method Details

    • type

      Type of the term being updated.

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

      The unique identifier for the term.

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

      NetPaymentTerm.Builder paymentDuePeriod(String paymentDuePeriod)

      The duration after an invoice is issued within which the payment is due. The duration is represented in the ISO 8601 format (for example, P30D for 30 days or P60D for 60 days).

      Parameters:
      paymentDuePeriod - The duration after an invoice is issued within which the payment is due. The duration is represented in the ISO 8601 format (for example, P30D for 30 days or P60D for 60 days).
      Returns:
      Returns a reference to this object so that method calls can be chained together.