Interface InvoiceRowDiscountDto

interface InvoiceRowDiscountDto {
    amount?: number;
    percent?: number;
    type?: number;
}

Properties

amount?: number
percent?: number
type?: number