PayPalPhoneNumber

data class PayPalPhoneNumber(var countryCode: String, var nationalNumber: String) : Parcelable

Representation of a user phone number.

Constructors

Link copied to clipboard
constructor(countryCode: String, nationalNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The international country code for the shopper's phone number (e.g., "1" for the United States).

Link copied to clipboard

The national segment of the shopper's phone number (excluding the country code).

Functions

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