GooglePayShippingAddressParameters

data class GooglePayShippingAddressParameters @JvmOverloads constructor(var allowedCountryCodes: List<String>? = null, var isPhoneNumberRequired: Boolean = false) : Parcelable

Used to set shipping requirements.

Parameters

allowedCountryCodes

Optional. The ISO 3166-1 alpha-2 country code values of the countries where shipping is allowed. If not set, all shipping address countries are allowed.

isPhoneNumberRequired

Optional. Set true if a phone number is required for the shipping address.

Constructors

Link copied to clipboard
constructor(allowedCountryCodes: List<String>? = null, isPhoneNumberRequired: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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