CardPaymentMethod

data class CardPaymentMethod(var type: String?, var checkoutAttemptId: String?, var encryptedCardNumber: String? = null, var encryptedExpiryMonth: String? = null, var encryptedExpiryYear: String? = null, var encryptedSecurityCode: String? = null, var encryptedPassword: String? = null, var holderName: String? = null, var storedPaymentMethodId: String? = null, var taxNumber: String? = null, var brand: String? = null, var threeDS2SdkVersion: String? = null, var fundingSource: String? = null) : PaymentMethodDetails

Constructors

Link copied to clipboard
constructor(type: String?, checkoutAttemptId: String?, encryptedCardNumber: String? = null, encryptedExpiryMonth: String? = null, encryptedExpiryYear: String? = null, encryptedSecurityCode: String? = null, encryptedPassword: String? = null, holderName: String? = null, storedPaymentMethodId: String? = null, taxNumber: String? = null, brand: String? = null, threeDS2SdkVersion: String? = null, fundingSource: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override var checkoutAttemptId: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var type: String?

Functions

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