ProvinceResource
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | string | [default to undefined] | |
internal_name | string | [default to undefined] | |
country_id | string | [default to undefined] | |
translations | Array<ProvinceTranslationResource> | [optional] [default to undefined] | |
created_at | string | [default to undefined] | |
updated_at | string | [default to undefined] |
Example
import { ProvinceResource } from './api';
const instance: ProvinceResource = {
id,
internal_name,
country_id,
translations,
created_at,
updated_at,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.