@sumup/sdk
    Preparing search index...

    Type Alias PersonalProfilePayloadLegacy

    Account's personal profile.

    type PersonalProfilePayloadLegacy = {
        address: AddressPayloadLegacy;
        date_of_birth: string;
        first_name: string;
        last_name: string;
        mobile_phone?: string;
        national_id?: string;
    }
    Index

    Properties

    date_of_birth: string

    Date of birth

    first_name: string

    First name of the user

    last_name: string

    Last name of the user

    mobile_phone?: string

    Mobile phone number

    national_id?: string

    National identification id. Country specific. Ex CPF (Brazil), DNI (Spain), PESEL (Poland)