@sumup/sdk
    Preparing search index...

    Type Alias PersonalDetails

    Personal details for the customer.

    type PersonalDetails = {
        address?: SumUp.Customers.Address;
        birth_date?: string;
        email?: string;
        first_name?: string;
        last_name?: string;
        phone?: string;
        tax_id?: string;
    }
    Index

    Properties

    birth_date?: string

    Date of birth of the customer.

    email?: string

    Email address of the customer.

    first_name?: string

    First name of the customer.

    last_name?: string

    Last name of the customer.

    phone?: string

    Phone number of the customer.

    tax_id?: string

    An identification number user for tax purposes (e.g. CPF)