PaymentScheduleTerm
Defines an installment-based pricing model where customers are charged a fixed price on different dates during the agreement validity period. This is used most commonly for flexible payment schedule pricing.
Contents
Note
In the following list, the required parameters are described first.
- currencyCode
-
Defines the currency for the prices mentioned in the term.
Type: String
Length Constraints: Fixed length of 3.
Pattern:
^[A-Z]+$
Required: No
- schedule
-
List of the payment schedule where each element defines one installment of payment. It contains the information necessary for calculating the price.
Type: Array of ScheduleItem objects
Required: No
- type
-
Type of the term.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
^[A-Za-z]+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: