Cat.CashDeposit(Int32, Decimal, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Charges the specified amount of money to the account.
public virtual void CashDeposit (int sequenceNumber, decimal amount, int timeout);
abstract member CashDeposit : int * decimal * int -> unit
override this.CashDeposit : int * decimal * int -> unit
Public Overridable Sub CashDeposit (sequenceNumber As Integer, amount As Decimal, timeout As Integer)
Parameters
- sequenceNumber
- Int32
Sequence number for charge.
- amount
- Decimal
Amount of money for charge.
- timeout
- Int32
The maximum wait time (in milliseconds) until the response is received from the CAT device. WaitForever, 0, and positive values can be specified.