AddressTranslationUpdateRequest

Properties

Name Type Description Notes
address_id string   [optional] [default to undefined]
language_id string   [optional] [default to undefined]
address string   [optional] [default to undefined]
description string   [optional] [default to undefined]

Example

import { AddressTranslationUpdateRequest } from './api';

const instance: AddressTranslationUpdateRequest = {
    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.