Class Brand
Contains information about a brand available on the terminal.
Immutable class.
Inheritance
System.Object
Brand
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Brand : object
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 |
---|---|---|
String | name | |
System. |
dccAvailable | |
Payment |
paymentProtocol | |
System. |
acqId | |
System. |
lastInitDate | |
List<Application> | applications | |
List<Currency |
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 |
---|---|
List<Application> |
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 |
---|---|
List<Currency |
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 |
---|---|
String |