Class FraudDetectionV2GiftCardDto
不正検知V2ギフトカード情報Dtoクラス
Inherited Members
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 |