IAssetsCashTransactionIsUnassigned Property

Stator | API Documentation
Indicates if the cash transaction is not assigned to a cash account (unassigned).

Namespace:  Stator.libPublic.ImportPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

bool IsUnassigned { get; set; }

Property Value

Type: Boolean
Remarks

Please review this property in conjunction with EstateUniqueIdentifier and CashAccountUniqueIdentifier

A cash transaction can be either unassigned or assigned.

Unassigned cash transaction = Assigned to an estate.
Assigned cash transaction = Assigned to a cash account.

See Also

Reference