BillingAddressParameters

data class BillingAddressParameters(var format: String? = null, var isPhoneNumberRequired: Boolean = false) : ModelObject

Pass this object to GooglePayConfiguration.billingAddressParameters to set additional fields to be returned for the requested billing address. This object is a mapping of the BillingAddressParameters object from the Google Pay SDK.

Parameters

format

The format of the billing address. Check the Google Pay SDK documentation for the possible values.

isPhoneNumberRequired

Set to true if a phone number is required for the billing address.

Constructors

Link copied to clipboard
constructor(format: String? = null, isPhoneNumberRequired: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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