export interface IOrderMerchantV3 {
    description: string;
    id: string;
    name: string;
    doc: string;
    docType: string;
}
