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