BillingAddressConfig

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

Types

Link copied to clipboard

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)

Properties

Link copied to clipboard

Billing address format required to complete the transaction.

Link copied to clipboard
val isPhoneNumberRequired: Boolean = false

Set to true if a phone number is required to process the transaction.

Link copied to clipboard
val isRequired: Boolean = false