Skip to main content

BatchSendStatusType

type BatchSendStatusType

type BatchSendStatusType uint
const (
BatchSendStatusTypeInProgress BatchSendStatusType = 1
BatchSendStatusTypeSucceeded BatchSendStatusType = 2
BatchSendStatusTypeDiscarded BatchSendStatusType = 3
)