RecurringPaymentTerm
Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
Contents
Note
In the following list, the required parameters are described first.
- billingPeriod
-
Defines the recurrence at which buyers are charged.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
^(.)+$
Required: No
- currencyCode
-
Defines the currency for the prices mentioned in this term.
Type: String
Length Constraints: Fixed length of 3.
Pattern:
^[A-Z]+$
Required: No
- price
-
Amount charged to the buyer every billing period.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
^(.)+$
Required: No
- type
-
Type of the term being updated.
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: