Class FraudDetectionV2GiftCardDto
不正検知V2ギフトカード情報Dtoクラス
Inheritance
object
FraudDetectionV2GiftCardDto
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 FraudDetectionV2GiftCardDto
Properties
Message
ギフトカードメッセージ
全角半角文字 最大桁数:160
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
ギフトカードタイプ
半角英数記号 最大桁数:20
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |