Config
data class Config @JvmOverloads constructor( val environment: GooglePayEnvironment, val merchantCountryCode: String, val merchantName: String, var isEmailRequired: Boolean = false, var billingAddressConfig: GooglePayLauncher.BillingAddressConfig = BillingAddressConfig(), var existingPaymentMethodRequired: Boolean = true, var allowCreditCards: Boolean = true) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun Config( environment: GooglePayEnvironment, merchantCountryCode: String, merchantName: String, isEmailRequired: Boolean = false, billingAddressConfig: GooglePayLauncher.BillingAddressConfig = BillingAddressConfig(), existingPaymentMethodRequired: Boolean = true, allowCreditCards: Boolean = true)
Content copied to clipboard