GooglePayOptions
constructor(allowedCardAuthMethods: List<String>? = null, merchantName: String? = null, allowPrepaidCards: Boolean? = null, allowCreditCards: Boolean? = null, assuranceDetailsRequired: Boolean? = null, billingAddressRequired: Boolean? = null, billingAddressParameters: BillingAddressParameters? = null, transactionId: String? = null, totalPriceLabel: String? = null, checkoutOption: String? = null, emailRequired: Boolean? = null, shippingAddressRequired: Boolean? = null, shippingAddressParameters: ShippingAddressParameters? = null, allowedCardNetworks: List<String> = googlePaySupportedNetworks(), skipReadinessCheck: Boolean? = false)