Class Counter
Contains information about a counter for a brand. Immutable class.
Inheritance
System.Object
Counter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Counter
Constructors
Counter(String, PaymentProtocol, Nullable<CardProductType>, Int64, Int32, Int32, Int32, List<Total>)
Create counter.
Declaration
public Counter(string brandName, PaymentProtocol paymentProtocol, CardProductType? cardProductType, long acqId, int count, int countDcc, int countForeign, List<Total> totals)
Parameters
Type | Name | Description |
---|---|---|
System. |
brandName | |
Payment |
paymentProtocol | |
System. |
cardProductType | |
System. |
acqId | |
System. |
count | |
System. |
countDcc | |
System. |
countForeign | |
System. |
totals |
Fields
CardProductType
Declaration
public readonly CardProductType? CardProductType
Field Value
Type | Description |
---|---|
System. |
Properties
AcqId
Acquirer identifier. Uniquely identifies the acquirer.
Declaration
public long AcqId { get; }
Property Value
Type | Description |
---|---|
System. |
BrandName
Contains the brand name of a card.
Declaration
public string BrandName { get; }
Property Value
Type | Description |
---|---|
System. |
Count
Count of Transactions.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System. |
CountDcc
DCC Transaction counts.
Declaration
public int CountDcc { get; }
Property Value
Type | Description |
---|---|
System. |
CountForeign
Foreign Transaction counts.
Declaration
public int CountForeign { get; }
Property Value
Type | Description |
---|---|
System. |
PaymentProtocol
Specifies the payment protocol used.
Declaration
public PaymentProtocol PaymentProtocol { get; }
Property Value
Type | Description |
---|---|
Payment |
Totals
List of Totals as Total.
Declaration
public List<Total> Totals { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()