AutomaticPaymentMethods

class AutomaticPaymentMethods(val blikAlias: BlikAlias? = null, val tokenizedCards: List<TokenizedCard> = emptyList()) : Parcelable

Class responsible for storing automatic payment methods.

Parameters

blikAlias

BLIK alias that will be used to register/pay (if registered)

tokenizedCards

tokenized cards created after successful credit card payment

Constructors

Link copied to clipboard
fun AutomaticPaymentMethods(blikAlias: BlikAlias? = null, tokenizedCards: List<TokenizedCard> = emptyList())

Functions

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

Properties

Link copied to clipboard
val blikAlias: BlikAlias? = null
Link copied to clipboard