Class Terminal.MobileTopupIssuerInfoCompletedEventArgs
Inheritance
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Terminal.MobileTopupIssuerInfoCompletedEventArgs
Inherited Members
System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
System.ComponentModel.AsyncCompletedEventArgs.Cancelled
System.ComponentModel.AsyncCompletedEventArgs.Error
System.ComponentModel.AsyncCompletedEventArgs.UserState
System.EventArgs.Empty
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 MobileTopupIssuerInfoCompletedEventArgs : Terminal.RequestCompletedEventArgs
Constructors
MobileTopupIssuerInfoCompletedEventArgs(Terminal.RequestCompletedEventArgs, List<MobileTopupValue>)
Declaration
public MobileTopupIssuerInfoCompletedEventArgs(Terminal.RequestCompletedEventArgs args, List<MobileTopupValue> data)
Parameters
Type | Name | Description |
---|---|---|
Terminal.RequestCompletedEventArgs | args | |
System.Collections.Generic.List<MobileTopupValue> | data |
Fields
Data
Declaration
public readonly List<MobileTopupValue> Data
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<MobileTopupValue> |