Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 653 Bytes

File metadata and controls

18 lines (9 loc) · 653 Bytes

SenderRequestStatus

Status of the application for Sender registration. Possible values: - new – application created - accepted – accepted - in progress – in progress - registration completed – Sender registration completed - rejected – application for Sender registration rejected

Enum

  • NEW (value: 'new')

  • ACCEPTED (value: 'accepted')

  • IN_PROGRESS (value: 'in_progress')

  • REGISTERED (value: 'registered')

  • REJECTED (value: 'rejected')

[Back to Model list] [Back to API list] [Back to README]