RMAStatus
extends Enum
in package
This is the document status enumerate.
Tags
Table of Contents
ACCEPTED | = 'ACCEPTED' | |
---|---|---|
AUTHORIZED | = 'AUTHORIZED' | |
COMPLETED | = 'COMPLETED' | |
DELETED | = 'DELETED' | |
DENIED | = 'DENIED' | |
IN_PROCESS | = 'IN_PROCESS' | |
INCIDENTS | = 'INCIDENTS' | |
NO_AUTHORIZED | = 'NO_AUTHORIZED' | |
PENDING | = 'PENDING' | |
getValues() | : array<string|int, mixed> | |
isValid() | Check if the given value is inside the called enumerate. | : bool |
Constants
ACCEPTED
public
mixed
ACCEPTED
= 'ACCEPTED'
AUTHORIZED
public
mixed
AUTHORIZED
= 'AUTHORIZED'
COMPLETED
public
mixed
COMPLETED
= 'COMPLETED'
DELETED
public
mixed
DELETED
= 'DELETED'
DENIED
public
mixed
DENIED
= 'DENIED'
IN_PROCESS
public
mixed
IN_PROCESS
= 'IN_PROCESS'
INCIDENTS
public
mixed
INCIDENTS
= 'INCIDENTS'
NO_AUTHORIZED
public
mixed
NO_AUTHORIZED
= 'NO_AUTHORIZED'
PENDING
public
mixed
PENDING
= 'PENDING'
Methods
getValues()
public
static getValues() : array<string|int, mixed>
Return values
array<string|int, mixed> —isValid()
Check if the given value is inside the called enumerate.
public
static isValid(string $value) : bool
Parameters
- $value : string
-
value to check