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