Phone

The basic Phone information for the consumer registration.

Example:

[{
  "code": "11",
  "number": "987654321"
}]

Properties

code

code: string

The area code for this phone number.


Optional countryCode

countryCode? : string

The country code for this phone number. Defaults to +55 (Brazil).


Optional default

default? : boolean

If default, will be used for SMS and Identity verification.


Optional extension

extension? : string

The extension code for the phone, if available.


number

number: string

The phone number.


Optional type

type? : PhoneType

The kind of Phone for the registration, will affect the verification process.