PaymentScheduleEntry
A single installment in a payment schedule template. Because the start date of the renewed agreement isn't known when the offer is created, the charge date of each installment is expressed as an offset from that start date rather than as an absolute date.
Contents
Note
In the following list, the required parameters are described first.
- chargeDateOffset
-
The time between the start date of the renewed agreement and the date this installment is charged. The duration is represented in the ISO 8601 format in either whole months or whole days (for example,
P1Mfor 1 month orP30Dfor 30 days). All installments in a schedule use the same unit.Type: String
Length Constraints: Minimum length of 3. Maximum length of 6.
Pattern:
P(\d{1,4}M|\d{1,4}D)Required: No
- chargePercentage
-
The percentage of the total contract value of the renewed agreement that is charged in this installment. Valid values range from
0.01to100.00, with up to two decimal places.Type: String
Length Constraints: Minimum length of 1. Maximum length of 6.
Pattern:
(100(\.0{1,2})?|[1-9]\d?(\.\d{1,2})?|0\.(0[1-9]|[1-9]\d?))Required: No
- dayOfMonth
-
The day of the month on which this installment is charged, from
1to31. Use this field to anchor the charge to a specific calendar day within the month identified byChargeDateOffset. This field is supported only whenChargeDateOffsetis expressed in months.Type: Integer
Valid Range: Minimum value of 1. Maximum value of 31.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: