open-nav
    Preparing search index...

    Interface VatRateType

    Marking tax rate or tax exempt supply

    Az adómérték vagy az adómentes értékesítés jelölése

    Exactly one of vatPercentage, vatContent, vatExemption, vatOutOfScope, vatDomesticReverseCharge, marginSchemeIndicator, vatAmountMismatch, noVatCharge may be set.

    interface VatRateType {
        marginSchemeIndicator?: MarginSchemeType;
        noVatCharge?: boolean;
        vatAmountMismatch?: VatAmountMismatchType;
        vatContent?: string;
        vatDomesticReverseCharge?: boolean;
        vatExemption?: DetailedReasonType;
        vatOutOfScope?: DetailedReasonType;
        vatPercentage?: string;
    }
    Index
    marginSchemeIndicator?: MarginSchemeType

    Marking the margin-scheme taxation as per section 169 (p)(q)

    Különbözet szerinti szabályozás jelölése - ÁFA tv. 169. § p) q)

    noVatCharge?: boolean

    No VAT charged under Section 17

    Nincs felszámított áfa a 17. § alapján

    vatAmountMismatch?: VatAmountMismatchType

    Different cases of mismatching tax base and levied tax

    Adóalap és felszámított adó eltérésének esetei

    vatContent?: string

    VAT content in case of simplified invoice

    ÁFA tartalom egyszerűsített számla esetén

    vatDomesticReverseCharge?: boolean

    Marking the national is reverse charge taxation - section 142 of the VAT law

    A belföldi fordított adózás jelölése - ÁFA tv. 142. §

    vatExemption?: DetailedReasonType

    Marking tax exemption - section 169 (m) of the VAT law

    Az adómentesség jelölése - ÁFA tv. 169. § m)

    vatOutOfScope?: DetailedReasonType

    Out of scope of the VAT law

    Az ÁFA törvény hatályán kívüli

    vatPercentage?: string

    Applied tax rate - section 169 (j) of the VAT law

    Az alkalmazott adó mértéke - ÁFA tv. 169. § j)