| Название | Тип | Описание |
|---|
| property InputType : TInputType read FInputType write FInputType; | RW | Тип ввода |
| property PayLineType : TPayLineType read FPayLineType write FPayLineType; | RW | Тип платежной линии |
| property CardNum : string read FCardNum write FCardNum; | RW | Номер карты |
| property ExpDate : integer read FExpDate write FExpDate; | RW | Срок действия карты |
| property AuthCode : string read FAuthCode write FAuthCode; | RW | Код авторизации |
| property Track2 : string read FTrack2 write FTrack2; | RW |
|
| property AccountIdent : Int8 read FAccountIdent write FAccountIdent; | RW |
|
| property Owner : string read FOwner write FOwner; | RW | Владелец карты |
| property MaxAmount : TMoney read FMaxAmount write SetMaxAmount; | RW | Максимальный остаток |
| property FullyPaid : boolean read FFullyPaid write FFullyPaid; | RW | Полная оплата |
| property Amount : TMoney read FAmount write FAmount stored False; | RW | Остаток без учета кредита для для дебетовых карт |
| property AddByInterface:tIdent read fAddByInterface write fAddByInterface; | RW | Добавлено из интерфейса |
| property Defaulter : TIdent read FDefaulter write FDefaulter; | RW | Неплательщик |
| property ExtTransactionInfo: string255 read FExtTransactionInfo write FExtTransactionInfo; | RW | Информация о транзакции |