StoreContactRequest
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] | |
string | [optional] [default to undefined] | ||
backward_compatibility | string | [optional] [default to undefined] | |
translations | Array<StoreContactRequestTranslationsInner> | [default to undefined] |
Example
import { StoreContactRequest } from './api';
const instance: StoreContactRequest = {
internal_name,
phone_number,
fax_number,
email,
backward_compatibility,
translations,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.