GooglePayConfiguration

constructor(gateway: String, @Json(name = "gateway_merchant_id") gatewayMerchantId: String, @Json(name = "allowed_auth_methods") allowedAuthMethods: Set<String>, @Json(name = "allowed_card_networks") allowedCardNetworks: Set<String>, @Json(name = "allow_prepaid_cards") allowPrepaidCards: Boolean, @Json(name = "allow_credit_cards") allowCreditCards: Boolean)

Parameters

allowedAuthMethods

Allowed card authentication methods.

allowedCardNetworks

Allowed card networks.

allowPrepaidCards

Set to false if you don't support prepaid cards.

allowCreditCards

Set to false if you don't support credit cards. Required for UK Gambling merchants.