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