PayerContext

data class PayerContext(val payer: Payer, val automaticPaymentMethods: AutomaticPaymentMethods? = null) : Parcelable

Class responsible for storing information about payer and his automatic payment methods

Constructors

Link copied to clipboard
fun PayerContext(payer: Payer, automaticPaymentMethods: AutomaticPaymentMethods? = null)

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