Class ScoreatpayHoldReasonDto
保留理由クラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class ScoreatpayHoldReasonDto
Properties
Reason
理由
文字列 最大桁数:512
Declaration
[JsonProperty("reason")]
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
ReasonCode
理由コード
半角英数字 最大桁数:4
Declaration
[JsonProperty("reasonCode")]
public string ReasonCode { get; set; }
Property Value
Type | Description |
---|---|
string |