BillingAddressParameters

data class BillingAddressParameters @JvmOverloads constructor(isRequired: Boolean = false, format: GooglePayJsonFactory.BillingAddressParameters.Format = Format.Min, isPhoneNumberRequired: Boolean = false) : Parcelable

BillingAddressParameters

Configure additional fields to be returned for a requested billing address.

Constructors

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

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)