ProcessingStatus
in package
ProcessingStatus Class Doc Comment
Tags
Table of Contents
Constants
- FAILED = 'Failed'
- NEGATIVE = 'Negative'
- PENDING = 'Pending'
- Possible values of this enum
- POSITIVE = 'Positive'
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
FAILED
public
mixed
FAILED
= 'Failed'
NEGATIVE
public
mixed
NEGATIVE
= 'Negative'
PENDING
Possible values of this enum
public
mixed
PENDING
= 'Pending'
POSITIVE
public
mixed
POSITIVE
= 'Positive'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>