Interface ItemCountryOfOrigin

interface ItemCountryOfOrigin {
    country?: Workflow<string>;
    documentId?: string;
    recipientId?: string;
}

Properties

country?: Workflow<string>
documentId?: string
recipientId?: string