Class CardTransaction
- Namespace
- Skyware.Lis.EventsModel.Payments
- Assembly
- Skyware.Lis.EventsModel.dll
Represent payment terminal transaction, associated with a given Payment
public class CardTransaction
- Inheritance
-
CardTransaction
- Inherited Members
Properties
CardScheme
Card scheme, such as 'VISA CREDIT'
public string CardScheme { get; set; }
Property Value
TerminalId
Id of the terminal
public string TerminalId { get; set; }
Property Value
TransactionNumber
Number of the transaction (sequence number for given terminal, resets daily)
public string TransactionNumber { get; set; }