Class CallBackModel<T>
public class CallBackModel<T>
Type Parameters
T
- Inheritance
-
CallBackModel<T>
- Inherited Members
Properties
CustomData
客製資訊
public string CustomData { get; set; }
Property Value
ErrorMsg
失敗訊息
public string ErrorMsg { get; set; }
Property Value
TraceId
追蹤 ID
public string TraceId { get; set; }
Property Value
Type
Callback 類型
public CallbackType Type { get; set; }
Property Value
UofxData
成功物件
public T UofxData { get; set; }
Property Value
- T