BillingAddressConfig

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

Constructors

Link copied to clipboard
constructor(isRequired: Boolean = false, format: GooglePayPaymentMethodLauncher.BillingAddressConfig.Format = Format.Min, isPhoneNumberRequired: Boolean = false)

Types

Link copied to clipboard

Billing address format required to complete the transaction.

Properties

Link copied to clipboard

Billing address format required to complete the transaction.

Link copied to clipboard

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

Link copied to clipboard
val isRequired: Boolean = false

Functions

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