AddressStoreRequestTranslationsInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
language_id | number | [default to undefined] | |
address | string | [default to undefined] | |
description | string | [optional] [default to undefined] |
Example
import { AddressStoreRequestTranslationsInner } from './api';
const instance: AddressStoreRequestTranslationsInner = {
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.