ItemStoreRequest

Properties

Name Type Description Notes
partner_id string   [optional] [default to undefined]
internal_name string   [default to undefined]
backward_compatibility string   [optional] [default to undefined]
type string   [default to undefined]
country_id string   [optional] [default to undefined]
project_id string   [optional] [default to undefined]

Example

import { ItemStoreRequest } from './api';

const instance: ItemStoreRequest = {
    partner_id,
    internal_name,
    backward_compatibility,
    type,
    country_id,
    project_id,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.