Phone
Represents a phone number for a customer.
phone Object
Property | Data Type (length) | Description |
---|---|---|
isActive | boolean | Indicates whether the phone number is active |
number | string (50) | Customer phone number Numbers only, without hyphens Example: 5152221212 Data cleansing should be performed on any invalid user input prior to sending to Helix |
phoneType | enum | Valid values include: - Home - Mobile - Office |
Updated 12 months ago