AddressTranslationStoreRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
address_id | string | [default to undefined] | |
language_id | string | [default to undefined] | |
address | string | [default to undefined] | |
description | string | [optional] [default to undefined] |
Example
import { AddressTranslationStoreRequest } from './api';
const instance: AddressTranslationStoreRequest = {
address_id,
language_id,
address,
description,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.