Card
data class Card(val excludedPaymentTypes: List<MPCardType> = emptyList(), val excludedPaymentMethods: List<MPCardBrand> = emptyList(), val installment: MPInstallment? = MPInstallment()) : MPPaymentMethodConfig
Card payment method
Parameters
excludedPaymentTypes
List of excluded card types
excludedPaymentMethods
List of excluded card brands
installment
Installment
Constructors
Link copied to clipboard
constructor(excludedPaymentTypes: List<MPCardType> = emptyList(), excludedPaymentMethods: List<MPCardBrand> = emptyList(), installment: MPInstallment? = MPInstallment())