BillingAddressConfig

data class BillingAddressConfig @JvmOverloads constructor(isRequired: Boolean, format: GooglePayLauncher.BillingAddressConfig.Format, isPhoneNumberRequired: Boolean) : Parcelable

Types

Link copied to clipboard
enum Format : Enum<GooglePayLauncher.BillingAddressConfig.Format>

Billing address format required to complete the transaction.

Functions

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