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)
constructor(environment: PaymentSheet.GooglePayConfiguration.Environment, countryCode: String, currencyCode: String? = null)

Types

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

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
val currencyCode: String? = null

The three-letter ISO 4217 alphabetic currency code, e.g. "USD" or "EUR". Required in order to support Google Pay when processing a Setup Intent.

Link copied to clipboard

The Google Pay environment to use.