Class SeamHttpConnectedAccounts

Hierarchy

  • SeamHttpConnectedAccounts

Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>

Methods

  • Parameters

    • Optional body: {
          connected_account_id: string;
          sync?: boolean;
      }
      • connected_account_id: string
      • Optional sync?: boolean

    Returns Promise<void>

  • Parameters

    Returns Promise<{
        account_type?: string;
        account_type_display_name: string;
        connected_account_id?: string;
        created_at?: string;
        custom_metadata?: Record<string, null | string | number | boolean>;
        errors?: any;
        user_identifier?: {
            api_url?: string;
            email?: string;
            exclusive?: boolean;
            phone?: string;
            username?: string;
        };
        warnings?: any;
    }>

  • Parameters

    • Optional params: {}

      Returns Promise<{
          account_type?: string;
          account_type_display_name: string;
          connected_account_id?: string;
          created_at?: string;
          custom_metadata?: Record<string, null | string | number | boolean>;
          errors?: any;
          user_identifier?: {
              api_url?: string;
              email?: string;
              exclusive?: boolean;
              phone?: string;
              username?: string;
          };
          warnings?: any;
      }[]>

    Generated using TypeDoc