Действие редактирует целевую потребительскую программу маркетплейса.

interface ICreateMarketProgram {
    announce: string;
    calculation_type: string;
    chairman: string;
    coopname: string;
    description: string;
    fixed_membership_contribution: string;
    images: string;
    membership_percent_fee: SovietContract.Interfaces.IUint64;
    preview: string;
    title: string;
}

Properties

announce: string
calculation_type: string
chairman: string
coopname: string
description: string
fixed_membership_contribution: string
images: string
membership_percent_fee: SovietContract.Interfaces.IUint64
preview: string
title: string