Interface InvoiceRowVatDto

interface InvoiceRowVatDto {
    code: InvoiceVatCodeEnum;
    percent?: number;
}

Properties

Properties

percent?: number