IAssetsCashAccount Interface

Stator | API Documentation
Identifies a cash account which can be imported into Stator.
Assets > Cash > Cash Account

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

public interface IAssetsCashAccount

The IAssetsCashAccount type exposes the following members.

Properties

  NameDescription
Public propertyCurrencyCode
The currency code for the cash account (three letter ISO Code, i.e. AUD, USD).
Public propertyDescription
A description for this cash account.
Public propertyEstateUniqueIdentifier
A unique identifier for the estate which this cash account belongs to.
For reference see: UniqueIdentifier
Public propertyIsActive
Identifies the cash account as being active.
Public propertyName
The name of this cash account.
Public propertyUniqueIdentifier
Unique identifier for this cash account.
Top
See Also

Reference