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

    Interface PayerDetails

    Payer details in response

    interface PayerDetails {
        address?: string;
        city?: string;
        code?: string;
        country?: string;
        email: string;
        ip?: string;
        name: string;
        payerId: PayerId;
        phone?: string;
        postalCode?: string;
        skipSendingEmails?: boolean;
        taxId?: string;
        userAgent?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address?: string
    city?: string
    code?: string
    country?: string
    email: string
    ip?: string
    name: string
    payerId: PayerId
    phone?: string
    postalCode?: string
    skipSendingEmails?: boolean
    taxId?: string
    userAgent?: string