Class FraudDetectionCostDto
不正検知送料情報Dtoクラス
Inheritance
object
FraudDetectionCostDto
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 FraudDetectionCostDto
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 |