Class ScoreatpayHoldReasonDto
保留理由クラス
Inheritance
object
ScoreatpayHoldReasonDto
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 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 |