Class CncTokenParam
CncTokenオブジェクトのクラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class CncTokenParam
Properties
CncToken
CNCトークン
半角数字
最大桁数:16
CNCトークンを利用する場合に指定します。
Declaration
[JsonProperty("cncToken")]
public string CncToken { get; set; }
Property Value
Type | Description |
---|---|
string |
CncTokenVersion
CNCトークンバージョン
半角数字
最大桁数:2
CNCトークンバージョンを利用する場合に指定します。
Declaration
[JsonProperty("cncTokenVersion")]
public string CncTokenVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestCncToken
CNCトークンリクエストフラグ
半角英数字
最大桁数:5
CNCトークンへの変換を行う場合に指定します。
Declaration
[JsonProperty("requestCncToken")]
public string RequestCncToken { get; set; }
Property Value
Type | Description |
---|---|
string |