interface VatExigility {
    code: string;
    id: number;
    label: string;
}

Properties

Properties

code: string
id: number
label: string