Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.12 KB

SchemasContactResponse.md

File metadata and controls

20 lines (15 loc) · 1.12 KB

SchemasContactResponse

Properties

Name Type Description Notes
user_id Option<String> The alphanumeric string representing the user for this customer contact.
contact_type Option<String> The type of contact.
name Option<String> The name of this contact, when user_id is not provided.
email Option<String> The email of this contact, when a user_id is not provided.
phone Option<String> The phone number for this contact. Required for primary, technical, and security contact types.
customer_id Option<String> The alphanumeric string representing the customer for this customer contact.
created_at Option<String> Date and time in ISO 8601 format. [readonly]
deleted_at Option<String> Date and time in ISO 8601 format. [readonly]
updated_at Option<String> Date and time in ISO 8601 format. [readonly]
id Option<String> [readonly]

[Back to API list] [Back to README]