PaymentMethodLimits: {
    sourceLimit?: PaymentMethodLimitsSourceLimit;
    targetLimit?: PaymentMethodLimitsTargetLimit;
}

The limits of the payment method.

Type declaration