StorePartnerLogoRequest

Properties

Name Type Description Notes
id string   [optional] [default to undefined]
partner_id string   [default to undefined]
path string   [default to undefined]
original_name string   [default to undefined]
mime_type string   [default to undefined]
size number   [default to undefined]
logo_type string   [optional] [default to undefined]
alt_text string   [optional] [default to undefined]
display_order number   [default to undefined]

Example

import { StorePartnerLogoRequest } from './api';

const instance: StorePartnerLogoRequest = {
    id,
    partner_id,
    path,
    original_name,
    mime_type,
    size,
    logo_type,
    alt_text,
    display_order,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.