Class FraudDetectionTransactionDto
不正検知取引支払いDtoクラス
Inheritance
object
FraudDetectionTransactionDto
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 FraudDetectionTransactionDto
Properties
CashValue
取引金額
FraudDetectionCashValueDto
取引金額オブジェクト
Declaration
[JsonProperty("cashValue")]
public FraudDetectionCashValueDto CashValue { get; set; }
Property Value
Type | Description |
---|---|
FraudDetectionCashValueDto |
Category
取引種別
最大桁数:20
Declaration
[JsonProperty("category")]
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
取引ID
最大桁数:20
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodCard
カードメソッド
FraudDetectionMethodCardDto
カードメソッドオブジェクト
Declaration
[JsonProperty("methodCard")]
public FraudDetectionMethodCardDto MethodCard { get; set; }
Property Value
Type | Description |
---|---|
FraudDetectionMethodCardDto |
Payer
支払者
半角英数字 最大桁数:20
支払者の連絡先。contacts オブジェクトrefIdを設定してください。
Declaration
[JsonProperty("payer")]
public string Payer { get; set; }
Property Value
Type | Description |
---|---|
string |
Time
取引日時
最大桁数:24
Declaration
[JsonProperty("time")]
public string Time { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
取引分類
最大桁数:20
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |