ContactUpdateRequest

Properties

Name Type Description Notes
internal_name string   [default to undefined]
phone_number string   [optional] [default to undefined]
fax_number string   [optional] [default to undefined]
email string   [optional] [default to undefined]
translations Array<ContactUpdateRequestTranslationsInner>   [optional] [default to undefined]

Example

import { ContactUpdateRequest } from './api';

const instance: ContactUpdateRequest = {
    internal_name,
    phone_number,
    fax_number,
    email,
    translations,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.