@tax1driver/ts-tpay
    Preparing search index...

    Interface Account

    interface Account {
        address?: Address[];
        bankAccount: TPay.Accounts.BankAccount;
        categoryId?: CategoryId;
        email: string;
        krs?: number;
        legalForm?: number;
        merchantApiConsent?: boolean;
        notifyByEmail?: boolean;
        offerCode: string;
        person?: Person[];
        phone: Phone;
        regon?: string;
        taxId: string;
        website?: Website[];
    }
    Index

    Properties

    address?: Address[]
    categoryId?: CategoryId
    email: string
    krs?: number
    legalForm?: number
    merchantApiConsent?: boolean
    notifyByEmail?: boolean
    offerCode: string
    person?: Person[]
    phone: Phone
    regon?: string
    taxId: string
    website?: Website[]