InvoiceSettings extends EntitySettings
Table of Contents
Constants
- FLAG_NONE = 0
- FLAG_RECURRING = 1
Methods
- __construct() : mixed
- checkFlag() : bool
- Check if specified flag is enabled.
- getEntityTypeID() : int
- Get Entity Type ID.
- getEntityTypeName() : string
- Get Entity Type Name.
- getID() : mixed
- getUserFieldEntityID() : string
- Get User Field Entity ID.
Constants
FLAG_NONE
public
mixed
FLAG_NONE
= 0
FLAG_RECURRING
public
mixed
FLAG_RECURRING
= 1
Methods
__construct()
public
__construct(array<string|int, mixed> $params) : mixed
Parameters
- $params : array<string|int, mixed>
checkFlag()
Check if specified flag is enabled.
public
checkFlag(int $flag) : bool
Parameters
- $flag : int
-
Flag value.
Return values
boolgetEntityTypeID()
Get Entity Type ID.
public
getEntityTypeID() : int
Return values
intgetEntityTypeName()
Get Entity Type Name.
public
getEntityTypeName() : string
Return values
stringgetID()
public
getID() : mixed
getUserFieldEntityID()
Get User Field Entity ID.
public
getUserFieldEntityID() : string