GooglePayConfiguration
data class GooglePayConfiguration(val environment: PaymentSheet.GooglePayConfiguration.Environment, val countryCode: String, val currencyCode: String? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(environment: PaymentSheet.GooglePayConfiguration.Environment, countryCode: String, currencyCode: String? = null)
Types
Functions
Properties
Link copied to clipboard
The two-letter ISO 3166 code of the country of your business, e.g. "US". See your account's country value here.
Link copied to clipboard