interface IInput { data: { actual_quantity?: null | number; defect_category?: null | MarketplaceReturnClaimDefectCategory; order_id: string; photos: { base64: string; mime_type: string; }[]; reason_text: string; signed_statement: { doc_hash: string; hash: string; meta: { actual_quantity: number; block_num: number; braname?: null | string; coopname: string; created_at: string; currency: string; doc_data_hash?: null | string; fact_cost: string; generator: string; lang: string; links: string[]; order_hash: string; order_id: string; product_title: string; reason_text: string; registry_id: number; skip_save: boolean; sku: string; timezone: string; title: string; unit_cost: string; unit_of_measurement: string; username: string; version: string; }; meta_hash: string; signatures: { id: number; meta: string; public_key: string; signature: string; signed_at: string; signed_hash: string; signer: string; }[]; version: string; }; }; } Properties
data
data: { actual_quantity?: null | number; defect_category?: null | MarketplaceReturnClaimDefectCategory; order_id: string; photos: { base64: string; mime_type: string; }[]; reason_text: string; signed_statement: { doc_hash: string; hash: string; meta: { actual_quantity: number; block_num: number; braname?: null | string; coopname: string; created_at: string; currency: string; doc_data_hash?: null | string; fact_cost: string; generator: string; lang: string; links: string[]; order_hash: string; order_id: string; product_title: string; reason_text: string; registry_id: number; skip_save: boolean; sku: string; timezone: string; title: string; unit_cost: string; unit_of_measurement: string; username: string; version: string; }; meta_hash: string; signatures: { id: number; meta: string; public_key: string; signature: string; signed_at: string; signed_hash: string; signer: string; }[]; version: string; }; } Type declaration
Optional actual_quantity?: null | number
order_id: string
photos: {
base64: string;
mime_type: string;
}[]
reason_text: string
signed_statement: {
doc_hash: string;
hash: string;
meta: {
actual_quantity: number;
block_num: number;
braname?: null | string;
coopname: string;
created_at: string;
currency: string;
doc_data_hash?: null | string;
fact_cost: string;
generator: string;
lang: string;
links: string[];
order_hash: string;
order_id: string;
product_title: string;
reason_text: string;
registry_id: number;
skip_save: boolean;
sku: string;
timezone: string;
title: string;
unit_cost: string;
unit_of_measurement: string;
username: string;
version: string;
};
meta_hash: string;
signatures: {
id: number;
meta: string;
public_key: string;
signature: string;
signed_at: string;
signed_hash: string;
signer: string;
}[];
version: string;
}
doc_hash: string
hash: string
meta: {
actual_quantity: number;
block_num: number;
braname?: null | string;
coopname: string;
created_at: string;
currency: string;
doc_data_hash?: null | string;
fact_cost: string;
generator: string;
lang: string;
links: string[];
order_hash: string;
order_id: string;
product_title: string;
reason_text: string;
registry_id: number;
skip_save: boolean;
sku: string;
timezone: string;
title: string;
unit_cost: string;
unit_of_measurement: string;
username: string;
version: string;
}
actual_quantity: number
block_num: number
Optional braname?: null | string
coopname: string
created_at: string
currency: string
Optional doc_data_hash?: null | string
fact_cost: string
generator: string
lang: string
links: string[]
order_hash: string
order_id: string
product_title: string
reason_text: string
registry_id: number
skip_save: boolean
sku: string
timezone: string
title: string
unit_cost: string
unit_of_measurement: string
username: string
version: string
meta_hash: string
signatures: {
id: number;
meta: string;
public_key: string;
signature: string;
signed_at: string;
signed_hash: string;
signer: string;
}[]
version: string
Возвращаемое количество единиц (по умолчанию — выданное количество).