Class TradRequestDto
Trad拡張パラメータセット
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class TradRequestDto : OptionParams
Properties
CharsetCode
文字コード
Declaration
[JsonProperty("charsetCode")]
public string CharsetCode { get; set; }
Property Value
Type | Description |
---|---|
string |
OptionName
拡張パラメータ名称
Declaration
[JsonProperty("optionName")]
public string OptionName { get; }
Property Value
Type | Description |
---|---|
string |
ScaleCode
広告サイズコード
Declaration
[JsonProperty("scaleCode")]
public string ScaleCode { get; set; }
Property Value
Type | Description |
---|---|
string |