Click or drag to resize

CashReceipts Class

A class to implement cash receipts
Inheritance Hierarchy
SystemObject
  ConneXionCashReceipts

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
[SerializableAttribute]
public class CashReceipts

The CashReceipts type exposes the following members.

Constructors
  NameDescription
Public methodCashReceipts
Initializes a new instance of the CashReceipts class
Top
Properties
  NameDescription
Public propertyLines
Gets or Sets the collection of Transaction Objects.
Public propertyTAMCentralAgency
Gets or sets the tam central agency in TAM Online environments.
Public propertyTAMLicenseKey
Gets or sets the license key.
Public propertyTAMPassword
Gets or sets the TAM System Password.
Public propertyTAMUserName
Gets or sets the TAM System User ID.
Public propertyTotalDeposit
Gets or Sets the TotalDeposit.
Top
See Also