PaymentMethodReference

Reference for payment method

Constructors

Link copied to clipboard
constructor(id: String, cvc: String)

Properties

Link copied to clipboard
val cvc: String

The cvc of the card

Link copied to clipboard
val id: String

The id of the PaymentMethod

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)