SupportedPaymentOptionLimitsV2
Contains the limits information for a supported payment option
currencystring
The currency of the limit amounts
Example:
EURminAmountnumber
The minimum amount required for the payment
Example:
20maxAmountnumber
The maximum amount allowed for the payment
Example:
1000SupportedPaymentOptionLimitsV2
{
"currency": "EUR",
"minAmount": 20,
"maxAmount": 1000
}