VariablePaymentTerm
Defines a payment model where sellers can submit variable payment requests up to a maximum charge amount, with configurable approval strategies and expiration timelines.
Contents
Note
In the following list, the required parameters are described first.
- configuration
-
Additional parameters specified by the acceptor while accepting the term.
Type: VariablePaymentTermConfiguration object
Required: No
- currencyCode
-
Defines the currency for the prices mentioned in the term.
Type: String
Length Constraints: Fixed length of 3.
Pattern:
[A-Z]+Required: No
- maxTotalChargeAmount
-
The maximum total amount that can be charged to the customer through variable payment requests under this term.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
(.)+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: