MPPaymentMethodConfig
MPPaymentMethod class, used to determine the payment method This its used to change the payment method showed in checkout
Inheritors
Types
Link copied to clipboard
data class Card(val excludedPaymentTypes: List<MPCardType> = emptyList(), val excludedPaymentMethods: List<MPCardBrand> = emptyList(), val installment: MPInstallment? = MPInstallment()) : MPPaymentMethodConfig
Card payment method