Click or drag to resize

DepositInfo Class

This class provides information about a Deposit.
Inheritance Hierarchy
SystemObject
  Micros.OpsDepositInfo

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public class DepositInfo : INotifyPropertyChanged

The DepositInfo type exposes the following members.

Constructors
 NameDescription
Public methodDepositInfoInitializes a new instance of the DepositInfo class
Top
Properties
 NameDescription
Public propertyAddress Address
Public propertyAltPhoneNumber Alt Phone number
Public propertyCheckNumber Check Number
Public propertyDepositAmount Deposit Amount
Public propertyDepositDate Deposit Date
Public propertyDepositNumber Deposit Number
Public propertyDescription Description
Public propertyFirstName Customer First Name
Public propertyLangId Language Id
Public propertyLastName Customer Last Name
Public propertyNotes Notes
Public propertyPaymentIdentifier Description
Public propertyPhoneNumber Phone number
Public propertySelected Deposit is selected.
Top
Methods
 NameDescription
Protected methodOnPropertyChanged 
Top
Events
 NameDescription
Public eventPropertyChanged Property changed event
Top
See Also