BranchStatus interface

Model that represents the a list of actions and action statuses.

Properties

actions

The array of actions. NOTE: This property will not be serialized. It can only be populated by the server.

branchId

The id of the branch status. NOTE: This property will not be serialized. It can only be populated by the server.

branchName

The name of the branch status. NOTE: This property will not be serialized. It can only be populated by the server.

status

The status of the branch. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

actions

The array of actions. NOTE: This property will not be serialized. It can only be populated by the server.

actions?: ActionStatus[]

Property Value

branchId

The id of the branch status. NOTE: This property will not be serialized. It can only be populated by the server.

branchId?: string

Property Value

string

branchName

The name of the branch status. NOTE: This property will not be serialized. It can only be populated by the server.

branchName?: string

Property Value

string

status

The status of the branch. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string