QEverCloud  4.1.0
Unofficial Evernote Cloud API for Qt
Public Types | List of all members
qevercloud::BusinessInvitationStatus Struct Reference

#include <types.h>

Public Types

enum  type { APPROVED = 0, REQUESTED = 1, REDEEMED = 2 }
 

Detailed Description

An enumeration defining the possible states of a BusinessInvitation.

APPROVED: The invitation was created or approved by a business admin and may be redeemed by the invited email.

REQUESTED: The invitation was requested by a non-admin member of the business and must be approved by an admin before it may be redeemed. Invitations in this state do not count against a business' seat limit.

REDEEMED: The invitation has already been redeemed. Invitations in this state do not count against a business' seat limit.

Member Enumeration Documentation

◆ type

Enumerator
APPROVED 
REQUESTED 
REDEEMED