open-nav
    Preparing search index...

    Interface InvoiceDetailType

    Invoice detail data

    Számla részletező adatok

    interface InvoiceDetailType {
        additionalInvoiceData?: AdditionalDataType[];
        cashAccountingIndicator?: boolean;
        conventionalInvoiceInfo?: ConventionalInvoiceInfoType;
        currencyCode: string;
        exchangeRate: string;
        invoiceAccountingDeliveryDate?: string;
        invoiceAppearance: InvoiceAppearanceType;
        invoiceCategory: InvoiceCategoryType;
        invoiceDeliveryDate: string;
        invoiceDeliveryPeriodEnd?: string;
        invoiceDeliveryPeriodStart?: string;
        paymentDate?: string;
        paymentMethod?: PaymentMethodType;
        periodicalSettlement?: boolean;
        selfBillingIndicator?: boolean;
        smallBusinessIndicator?: boolean;
        utilitySettlementIndicator?: boolean;
    }
    Index
    additionalInvoiceData?: AdditionalDataType[]

    Other data in relation to the invoice

    A számlára vonatkozó egyéb adat

    cashAccountingIndicator?: boolean

    Marking the fact of cash accounting if this is indicated on the invoice - section 169 (h) of the VAT law. The value is true in case of cash accounting

    Pénzforgalmi elszámolás jelölése, ha az szerepel a számlán - ÁFA tv. 169. § h). Értéke true pénzforgalmi elszámolás esetén

    conventionalInvoiceInfo?: ConventionalInvoiceInfoType

    Other conventionally named data to assist in invoice processing

    A számlafeldolgozást segítő, egyezményesen nevesített egyéb adatok

    currencyCode: string

    ISO 4217 currency code on the invoice

    A számla pénzneme az ISO 4217 szabvány szerint

    exchangeRate: string

    In case any currency is used other than HUF, the applied exchange rate should be mentioned: 1 unit of the foreign currency expressed in HUF

    HUF-tól különböző pénznem esetén az alkalmazott árfolyam: egy egység értéke HUF-ban

    invoiceAccountingDeliveryDate?: string

    Date of accounting accomplishment. In the event of a period, the last day of the period

    Számviteli teljesítés dátuma. Időszak esetén az időszak utolsó napja

    invoiceAppearance: InvoiceAppearanceType

    Form of appearance of the invoice or modification document

    A számla vagy módosító okirat megjelenési formája

    invoiceCategory: InvoiceCategoryType

    Type of invoice. In case of modification document the type of original invoice

    A számla típusa, módosító okirat esetén az eredeti számla típusa

    invoiceDeliveryDate: string

    Delivery date (if this field does not exist on the invoice, the date of the invoice should be considered as such) - section 169 (g) of the VAT law

    Teljesítés dátuma (ha nem szerepel a számlán, akkor azonos a számla keltével) - ÁFA tv. 169. § g)

    invoiceDeliveryPeriodEnd?: string

    The last day of the delivery, if the invoice delivery is a period

    Amennyiben a számla egy időszakra vonatkozik, akkor az időszak utolsó napja

    invoiceDeliveryPeriodStart?: string

    The first day of the delivery, if the invoice delivery is a period

    Amennyiben a számla egy időszakra vonatkozik, akkor az időszak első napja

    paymentDate?: string

    Deadline for payment

    Fizetési határidő

    paymentMethod?: PaymentMethodType

    Method of payment

    Fizetés módja

    periodicalSettlement?: boolean

    Indicates where by agreement of the parties it gives rise to successive statements of account or successive payments relating to the supply of goods, or the supply of services, or if the consideration agreed upon for such goods and/or services applies to specific periods.

    Annak jelzése, ha a felek a termékértékesítés, szolgáltatás nyújtás során időszakonkénti elszámolásban vagy fizetésben állapodnak meg, vagy a termékértékesítés, szolgáltatás nyújtás ellenértékét meghatározott időpontra állapítják meg.

    selfBillingIndicator?: boolean

    Marking the fact of self-billing (in the case of self-billing the value is true)

    Önszámlázás jelölése (önszámlázás esetén true)

    smallBusinessIndicator?: boolean

    Marking of low tax-bracket enterprise

    Kisadózó jelzése

    utilitySettlementIndicator?: boolean

    Marking the fact of utility settlement invoice (invoice according to Act CLXXXVIII of 2013)

    Közmű elszámoló számla jelölése (2013.évi CLXXXVIII törvény szerinti elszámoló számla)