Show / Hide Table of Contents

Class SampleRequestModel

Inheritance
System.Object
SampleRequestModel
Implements
IRequestModel
IAccountModel
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: Ede.Uofx.PubApi.Sdk.NetStd.Models
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class SampleRequestModel : IRequestModel, IAccountModel

Properties

View Source

Account

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

CallBackUrl

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

CorpCode

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

CustomData

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

Name

測試用可隨意給值

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Implements

IRequestModel
IAccountModel
  • View Source
In This Article
Back to top Generated by DocFX