StorePartnerImageRequest
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] | |
| alt_text | string | [optional] [default to undefined] | |
| display_order | number | [default to undefined] |
Example
import { StorePartnerImageRequest } from './api';
const instance: StorePartnerImageRequest = {
id,
partner_id,
path,
original_name,
mime_type,
size,
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.