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

    Interface Buyer

    Buyer

    Buyer

    interface Buyer {
        birthDate?: string;
        delivery?: {
            city?: string;
            countryCode?: string;
            name?: string;
            postalBox?: string;
            postalCode?: string;
            recipientEmail?: string;
            recipientName?: string;
            recipientPhone?: string;
            state?: string;
            street?: string;
        };
        email: string;
        extCustomerId?: string;
        firstName?: string;
        language?: string;
        lastName?: string;
        nin?: string;
        phone?: string;
    }
    Index

    Properties

    birthDate?: string

    Date of birth

    Buyer

    delivery?: {
        city?: string;
        countryCode?: string;
        name?: string;
        postalBox?: string;
        postalCode?: string;
        recipientEmail?: string;
        recipientName?: string;
        recipientPhone?: string;
        state?: string;
        street?: string;
    }

    Delivery information

    Buyer

    email: string

    Buyer's email address

    Buyer

    extCustomerId?: string

    Customer ID in merchant system

    Buyer

    firstName?: string

    Buyer's first name

    Buyer

    language?: string

    Language code (e.g., 'pl', 'en')

    Buyer

    lastName?: string

    Buyer's last name

    Buyer

    nin?: string

    National Identification Number

    Buyer

    phone?: string

    Buyer's telephone number

    Buyer