DocumentCurrencyMode
extends Enum
in package
This is the document currency mode enumerate.
Tags
Table of Contents
INVOICING | = 'INVOICING' | |
---|---|---|
PURCHASE | = 'PURCHASE' | |
getValues() | : array<string|int, mixed> | |
isValid() | Check if the given value is inside the called enumerate. | : bool |
Constants
INVOICING
public
mixed
INVOICING
= 'INVOICING'
PURCHASE
public
mixed
PURCHASE
= 'PURCHASE'
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