Class MobileTopupValue
Contains the name of a mobile topup issuer and an associated voucher value.
Inheritance
System.Object
MobileTopupValue
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 MobileTopupValue
Constructors
MobileTopupValue()
Create mobile topup value.
Declaration
public MobileTopupValue()
Fields
Amount
In a request defines the original amount for the transaction (given by ECR), in response the final authorized amount (given by host) in minor units.
Declaration
public List<Amount> Amount
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Amount> |
AppExpirationDate
Provide basket flag.
Declaration
public DateTime? AppExpirationDate
Field Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CardRef
Reference number provided and created for the card. Optional: For PAN based Mobile Topup transactions. Send type 06 Non-PCI-PAN.
Declaration
public string CardRef
Field Value
Type | Description |
---|---|
System.String |
IssuerName
Contains the name of an issuer off (mobile topup) vouchers. Optional: For brand name based Mobile Topup transactions.
Declaration
public string IssuerName
Field Value
Type | Description |
---|---|
System.String |