RetrieveAvailablePaymentMethodsOptions

data class RetrieveAvailablePaymentMethodsOptions(val clientSecret: String, pageNum: Int, pageSize: Int, active: Boolean?, transactionCurrency: String?, transactionMode: TransactionMode?, countryCode: String?) : Options

Constructors

Link copied to clipboard
constructor(clientSecret: String, pageNum: Int, pageSize: Int, active: Boolean?, transactionCurrency: String?, transactionMode: TransactionMode?, countryCode: String?)

Properties

Link copied to clipboard
open override val clientSecret: String

Functions

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