Wildberries API TypeScript SDK / InviteeInfo
Interface: InviteeInfo
Defined in: types/user-management.types.ts:74
Информация о приглашении пользователя
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="phonenumber"></a> phoneNumber? | string | Номер телефона приглашённого пользователя | types/user-management.types.ts:76 |
<a id="position"></a> position? | string | Должность приглашённого пользователя | types/user-management.types.ts:78 |
<a id="inviteuuid"></a> inviteUuid? | string | ID приглашения (UUID) | types/user-management.types.ts:80 |
<a id="expiredat"></a> expiredAt? | string | Дата и время окончания срока действия приглашения Format: date-time | types/user-management.types.ts:85 |
<a id="isactive"></a> isActive? | boolean | Статус приглашения: - true — приглашение активно - false — приглашение неактивно | types/user-management.types.ts:91 |