interface Model {
    coop: ICooperativeData;
    currency: string;
    meta: IMetaDocument;
    payment_details: string;
    payment_hash: string;
    quantity: string;
    user: ICommonUser;
    vars: IVars;
}

Properties

currency: string
payment_details: string
payment_hash: string
quantity: string
vars: IVars