Class MobileTopupData
Mobile topup issuer information result.
Inheritance
System.Object
MobileTopupData
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class MobileTopupData : object
Constructors
MobileTopupData(Nullable<DateTime>, String, String, String, PrintData)
Create mobile topup data.
Declaration
public MobileTopupData(DateTime? cardExpiryDate, string brandName, string mobileTopupSerialNumber, string mobileTopupRefillCode, PrintData printData)
Parameters
Type | Name | Description |
---|---|---|
System. |
cardExpiryDate | |
System. |
brandName | |
System. |
mobileTopupSerialNumber | |
System. |
mobileTopupRefillCode | |
Print |
printData |
Fields
BrandName
Contains the brand name of a card. The brand name information is retrieved from the card.
Declaration
public string BrandName
Field Value
Type | Description |
---|---|
System. |
CardExpiryDate
Card expiration date. This information is retrieved from the card.
Declaration
public DateTime? CardExpiryDate
Field Value
Type | Description |
---|---|
System. |
MobileTopupRefillCode
Contains the refill code of a (mobile topup) voucher.
Declaration
public string MobileTopupRefillCode
Field Value
Type | Description |
---|---|
System. |
MobileTopupSerialNumber
Contains the serial number of a (mobile topup) voucher.
Declaration
public string MobileTopupSerialNumber
Field Value
Type | Description |
---|---|
System. |
PrintData
Print data if present.
Declaration
public PrintData PrintData
Field Value
Type | Description |
---|---|
Print |