Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 446 Bytes

File metadata and controls

16 lines (8 loc) · 446 Bytes

OtpTemplateStatus

Status of the template. After template creation, the status of the template will always be “requested.”

Enum

  • REQUESTED (value: 'requested')

  • APPROVED (value: 'approved')

  • REJECTED (value: 'rejected')

  • DELETED (value: 'deleted')

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