Class Brand
Contains information about a brand available on the terminal.
Immutable class.
Inheritance
System.Object
Brand
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 Brand
Constructors
Brand()
Create brand.
Declaration
public Brand()
Brand(String, Boolean, PaymentProtocol, Int64, Nullable<DateTime>, List<Application>, List<CurrencyItem>)
Create brand.
Declaration
public Brand(string name, bool dccAvailable, PaymentProtocol paymentProtocol, long acqId, DateTime? lastInitDate, List<Application> applications, List<CurrencyItem> currencies)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
System. |
dccAvailable | |
Payment |
paymentProtocol | |
System. |
acqId | |
System. |
lastInitDate | |
System. |
applications | |
System. |
currencies |
Properties
AcqId
Acquirer identifier. Uniquely identifies the acquirer.
Declaration
public long AcqId { get; }
Property Value
Type | Description |
---|---|
System. |
Applications
List of Applications as Application .
Declaration
public List<Application> Applications { get; }
Property Value
Type | Description |
---|---|
System. |
BrandName
Contains the brand name of a card.
Declaration
public string BrandName { get; }
Property Value
Type | Description |
---|---|
System. |
Currencies
List of Currencies as Currency
Declaration
public List<CurrencyItem> Currencies { get; }
Property Value
Type | Description |
---|---|
System. |
DccAvailable
Specifies if DCC is available for this brand.
Declaration
public bool DccAvailable { get; }
Property Value
Type | Description |
---|---|
System. |
LastInitDate
Last time a defined acquirer was successfully initialized on the terminal.
Declaration
public DateTime? LastInitDate { get; }
Property Value
Type | Description |
---|---|
System. |
PaymentProtocol
Specifies the payment protocol used.
Declaration
public PaymentProtocol PaymentProtocol { get; }
Property Value
Type | Description |
---|---|
Payment |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()