UpdateAddressRequest

Properties

Name Type Description Notes
id string   [optional] [default to undefined]
internal_name string   [default to undefined]
country_id number   [default to undefined]
backward_compatibility string   [optional] [default to undefined]
translations Array<UpdateAddressRequestTranslationsInner>   [optional] [default to undefined]

Example

import { UpdateAddressRequest } from './api';

const instance: UpdateAddressRequest = {
    id,
    internal_name,
    country_id,
    backward_compatibility,
    translations,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.