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 (must be 1 to 3 digits, no symbols or spaces allowed; e.g., "1" for the United States).

Link copied to clipboard

The national segment of the shopper's phone number (must be 4 to 12 digits, no symbols or spaces allowed; excludes the country code).

Functions

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