Ezly
    Preparing search index...

    Function contact

    • Parameters

      Returns Promise<
          {
              Result: {
                  Actions: null;
                  ActiveAlias: string;
                  ActivePhone: {
                      PhoneDisplayInternationalNumber: string;
                      PhoneDisplayNumber: string;
                      PhoneInternationalNumber: string;
                  };
                  CanDisplayPhoto: boolean;
                  Children: {
                      DisplayName: null;
                      Identifier: null;
                      IsSmoneyPro: boolean;
                      IsSmoneyUser: boolean;
                  }[];
                  DisplayName: string;
                  HasPhoto: boolean;
                  Identifier: string;
                  IsBlocked: boolean;
                  IsBookmarked: boolean;
                  IsMe: boolean;
                  IsSmoneyPro: boolean;
                  IsSmoneyUser: boolean;
                  IzlyProfile: {
                      CardNumber: string;
                      CodeSociete: number;
                      DateValidity: Date;
                      IzlyEmail: string;
                      NumeroTarif: number;
                  };
                  Operations: null;
                  OptIn: boolean;
                  OptInPartners: boolean;
                  PreAuthorization: null;
                  Profile: {
                      Address: {
                          City: string;
                          Country: number;
                          Name: string;
                          ZipCode: string;
                      };
                      BirthDate: Date;
                      Civility: number;
                      Email: string;
                      FirstName: string;
                      LastName: string;
                  };
                  ProInfos: null;
                  SecondDisplayName: string;
              };
              UP: UP;
          },
      >