Commerce Commerce 1.x Class Reference Model comStatusChangeAction
Meta
- Extends:
comSimpleObject
- Table:
modx_commerce_status_change_action
Descendant Classes
-
comStatusChangeActionEmail
-
comStatusChangeActionEvent
-
comStatusChangeActionInvoice
-
comStatusChangeActionCaptureTransactions
-
comStatusChangeActionWebhook
The following classes belong to classes in extensions or third-party code. They may require a package to be installed or are not publicly available at all.
-
UserGroupStatusChangeAction
-
MyParcelCreateShipmentAction
-
ReserveTimeSlotStatusChangeAction
-
SlackStatusChangeAction
-
SnippetStatusChangeAction
-
CaptureKlarnaOrder
-
ReleaseKlarnaOrder
-
AvalaraCreateTransaction
Relations
-
StatusChange
: onecomStatusChange
object (comStatusChangeAction.status_change = comStatusChange.id
)
Fields
Field | Type | Description |
---|---|---|
id | integer (INTEGER ) |
Primary key |
class_key | string (varchar[100] ) |
Type of object |
properties | array (text )may be null |
Serialized arbitrary data stored with an object. Use utility methods instead of directly accessing these values: getProperty($key, $default) , getProperties() , setProperty($key, $value) , setProperties($properties, $merge) , unsetProperty($key) , unsetProperties($keys) |
status_change | integer (int[10] ) |
|
name | string (varchar[190] ) |
|
description | string (varchar[1024] ) |
|
sortorder | integer (int[10] ) |
|
active Default: 1 |
boolean (tinyint[1] ) |