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())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)