Interface PaymentScheduleEntry.Builder

  • Method Details

    • chargeDateOffset

      PaymentScheduleEntry.Builder chargeDateOffset(String chargeDateOffset)

      The relative offset from the renewal agreement start date when this installment is due, in ISO 8601 duration format. The offset uses months only or days only (for example, P1M or P30D); mixed units are not supported, and every offset in a schedule uses the same unit.

      Parameters:
      chargeDateOffset - The relative offset from the renewal agreement start date when this installment is due, in ISO 8601 duration format. The offset uses months only or days only (for example, P1M or P30D); mixed units are not supported, and every offset in a schedule uses the same unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • chargePercentage

      PaymentScheduleEntry.Builder chargePercentage(String chargePercentage)

      The percentage of the increased TCV to charge in this installment. All entries in a schedule sum to 100.00.

      Parameters:
      chargePercentage - The percentage of the increased TCV to charge in this installment. All entries in a schedule sum to 100.00.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dayOfMonth

      PaymentScheduleEntry.Builder dayOfMonth(Integer dayOfMonth)

      The optional calendar day of month on which the charge occurs. When absent, the charge day is derived from chargeDateOffset, and this field does not apply when chargeDateOffset is expressed in days. For months with fewer days than the specified day, the charge occurs on the last day of the month. For example, if dayOfMonth is 31, the charge in April occurs on April 30.

      Parameters:
      dayOfMonth - The optional calendar day of month on which the charge occurs. When absent, the charge day is derived from chargeDateOffset, and this field does not apply when chargeDateOffset is expressed in days. For months with fewer days than the specified day, the charge occurs on the last day of the month. For example, if dayOfMonth is 31, the charge in April occurs on April 30.
      Returns:
      Returns a reference to this object so that method calls can be chained together.