open-nav
    Preparing search index...

    Interface AdditionalQueryParamsType

    Additional params of the invoice query

    A számla lekérdezés kiegészítő paraméterei

    interface AdditionalQueryParamsType {
        currency?: string;
        groupMemberTaxNumber?: string;
        invoiceAppearance?: InvoiceAppearanceType;
        invoiceCategory?: InvoiceCategoryType;
        name?: string;
        paymentMethod?: PaymentMethodType;
        source?: SourceType;
        taxNumber?: string;
    }
    Index
    currency?: string

    Currency of the invoice

    A számla pénzneme

    groupMemberTaxNumber?: string

    Tax number of group member of the supplier or the customer of the invoice (the search criteria depends on the value of the invoiceDirection tag)

    A számla kiállítójának vagy vevőjének csoport tag adószáma (a keresési feltétel az invoiceDirection tag értékétől függ)

    invoiceAppearance?: InvoiceAppearanceType

    Form of appearance of the invoice

    A számla megjelenési formája

    invoiceCategory?: InvoiceCategoryType

    Type of invoice

    A számla típusa

    name?: string

    Query param of the supplier or the customer of the invoice for leading match pattern (the search criteria depends on the value of the invoiceDirection tag)

    A számla kiállítójának vagy vevőjének keresőparamétere szó eleji egyezőségre (a keresési feltétel az invoiceDirection tag értékétől függ)

    paymentMethod?: PaymentMethodType

    Method of payment

    Fizetés módja

    source?: SourceType

    Data exchange source

    Az adatszolgáltatás forrása

    taxNumber?: string

    Tax number of the supplier or the customer of the invoice (the search criteria depends on the value of the invoiceDirection tag)

    A számla kiállítójának vagy vevőjének adószáma (a keresési feltétel az invoiceDirection tag értékétől függ)