Interface IRequestModel
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Interfaces
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public interface IRequestModel : IAccountModel
Properties
View SourceCallBackUrl
UOF X 系統處理完要回覆的 api (非必須)
Declaration
string CallBackUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomData
UOF X 系統處理完回覆 api 中,要附帶的資料 (非必須)
Declaration
string CustomData { get; set; }
Property Value
Type | Description |
---|---|
System.String |