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
Optional countryCode• countryCode? : string
The country code for this phone number. Defaults to +55 (Brazil).
Optional default
Optional default• default? : boolean
If default, will be used for SMS and Identity verification.
Optional extension
Optional extension• extension? : string
The extension code for the phone, if available.
number
• number: string
The phone number.
Optional type
Optional type• type? : PhoneType
The kind of Phone for the registration, will affect the verification process.
Updated over 5 years ago
