@sumup/sdk
    Preparing search index...

    Type Alias PersonalProfile

    Account's personal profile.

    type PersonalProfile = {
        address?: AddressWithDetails;
        complete?: boolean;
        date_of_birth?: string;
        first_name?: string;
        last_name?: string;
        mobile_phone?: string;
    }
    Index

    Properties

    complete?: boolean
    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