Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 543 Bytes

FieldEPhoneType.md

File metadata and controls

13 lines (6 loc) · 543 Bytes

FieldEPhoneType

The type of phone number. Local refers to a north American phone number. You would then need to specify sPhoneRegion, sPhoneExchange, sPhoneNumber. International would be used for numbers outside of north america. You would then need to specify sPhoneInternational

Enum

  • LOCAL (value: 'Local')

  • INTERNATIONAL (value: 'International')

[Back to Model list] [Back to API list] [Back to README]