ContactStoreRequest

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<ContactStoreRequestTranslationsInner>   [default to undefined]

Example

import { ContactStoreRequest } from './api';

const instance: ContactStoreRequest = {
    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.