Show / Hide Table of Contents

Interface IRequestModel

Inherited Members
IAccountModel.Account
IAccountModel.CorpCode
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Interfaces
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public interface IRequestModel : IAccountModel

Properties

View Source

CallBackUrl

UOF X 系統處理完要回覆的 api (非必須)

Declaration
string CallBackUrl { get; set; }
Property Value
Type Description
System.String
View Source

CustomData

UOF X 系統處理完回覆 api 中,要附帶的資料 (非必須)

Declaration
string CustomData { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX