Types > SentStatus
Commerce APITypesSentStatus
SentStatus

Values

ValueDescription
error
not_attempted
successfully_sent
trial_limit

Used By

Types

Message

Preview (typescript)

type SentStatus =
| "error"
| "not_attempted"
| "successfully_sent"
| "trial_limit"