Class FraudDetectionCashValueDto
不正検知取引金額Dtoクラス
Inheritance
object
FraudDetectionCashValueDto
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 FraudDetectionCashValueDto
Properties
Amount
取引金額
最大桁数:8
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrencyCode
通貨コード
最大桁数:3
Declaration
[JsonProperty("currencyCode")]
public string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |