IAssetsCashTransactionType Property

Stator | API Documentation
The type for the cash transaction, i.e. Credit, Fee.

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

string Type { get; set; }

Property Value

Type: String
Remarks

How do I know what type to assign?
A full list of cash transaction types can be found in Stator > Global Options > User Defined Fields
You should observe this list when writing code to import cash transactions. Stator will search for a cash transaction type matching
this property (not case sensitive) and if a matching type cannot be found, Stator will create a new cash transaction type matching this property.

Please note you do not have to worry about matching case, Stator does the comparison by converting both sides to lower case:

"Credit" == "Credit"
"Credit" == "credit"
"Credit" == "CREDIT"

See Also

Reference