Phone

data class Phone(val number: String, val country: Country?)

A representation of a Phone

Constructors

Link copied to clipboard
constructor(number: String, country: Country?)

Properties

Link copied to clipboard

The international country calling code. (Required for some risk checks)

Link copied to clipboard

The phone number.