Payer Context
data class PayerContext(val payer: Payer, val automaticPaymentMethods: AutomaticPaymentMethods? = null) : Parcelable
Class responsible for storing information about payer and his automatic payment methods
Class responsible for storing information about payer and his automatic payment methods