GooglePayConfig

Configuration object for Google Pay transactions

Types

Link copied to clipboard
class Builder(supportedNetworks: List<PaymentMethodType>, merchantName: String)

The builder of GooglePayConfig As the support networks and merchant name are mandatory they are required in the constructor

Link copied to clipboard
object Companion