Class MobileTopupData
Mobile topup issuer information result.
Inheritance
System.Object
MobileTopupData
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)
System.Object.ToString()
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class MobileTopupData
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.Nullable<System.DateTime> | cardExpiryDate | |
System.String | brandName | |
System.String | mobileTopupSerialNumber | |
System.String | mobileTopupRefillCode | |
PrintData | 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.String |
CardExpiryDate
Card expiration date. This information is retrieved from the card.
Declaration
public DateTime? CardExpiryDate
Field Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
MobileTopupRefillCode
Contains the refill code of a (mobile topup) voucher.
Declaration
public string MobileTopupRefillCode
Field Value
Type | Description |
---|---|
System.String |
MobileTopupSerialNumber
Contains the serial number of a (mobile topup) voucher.
Declaration
public string MobileTopupSerialNumber
Field Value
Type | Description |
---|---|
System.String |
PrintData
Print data if present.
Declaration
public PrintData PrintData
Field Value
Type | Description |
---|---|
PrintData |