ShippingAddressParameters

data class ShippingAddressParameters @JvmOverloads constructor(isRequired: Boolean, allowedCountryCodes: Set<String>, phoneNumberRequired: Boolean) : Parcelable

ShippingAddressParameters

Constructors

Link copied to clipboard
fun ShippingAddressParameters(isRequired: Boolean = false, allowedCountryCodes: Set<String> = emptySet(), phoneNumberRequired: Boolean = false)

Functions

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