Contact

class Contact

This represents the required given name field and optional fields that can be passed in as part of the verification process. The more fields you supply, the greater the chance the verification will be successful.

Parameters

given_name

First name of the contact.

family_name

Last name of the contact.

email

Email address of the contact.

phone

the telephone number of the contact

address_lines

The contact street address

city

The contact address city name

region

The applicable administrative region (e.g., province, state) of the contact address.

postal_code

The contact address postal cod

country_code

A 2-letter string containing the ISO 3166-1 country code of the contact address. This field is returned in uppercase and maps to the Apple Pay countryCode field.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val address_lines: List<String>? = null
Link copied to clipboard
val city: String? = null
Link copied to clipboard
val country_code: Country? = null
Link copied to clipboard
val email: String? = null
Link copied to clipboard
val family_name: String? = null
Link copied to clipboard
Link copied to clipboard
val phone: String? = null
Link copied to clipboard
val postal_code: String? = null
Link copied to clipboard
val region: String? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int