Class FraudDetectionOrderDto
不正検知注文情報Dtoクラス
Inheritance
object
FraudDetectionOrderDto
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 FraudDetectionOrderDto
Properties
FailedPaymentAttempts
決済失敗回数
半角数字 最大桁数:5
決済試行し、失敗した回数を設定してください。
Declaration
[JsonProperty("failedPaymentAttempts")]
public string FailedPaymentAttempts { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
注文ID
最大桁数:50
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
LineItems
商品情報
FraudDetectionLineItemDtoの配列
商品情報オブジェクト
Declaration
[JsonProperty("lineItems")]
public FraudDetectionLineItemDto[] LineItems { get; set; }
Property Value
Type | Description |
---|---|
FraudDetectionLineItemDto[] |
OiRepeat
lineItemsのサイズ
半角数字 最大桁数:99
Declaration
[JsonProperty("oiRepeat")]
public string OiRepeat { get; set; }
Property Value
Type | Description |
---|---|
string |
PromoCode
プロモーションコード
半角英数字 最大桁数:50
商品購入時に使用したプロモーションコードを設定してください。
Declaration
[JsonProperty("promoCode")]
public string PromoCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Shipment
配送情報
FraudDetectionShipmentDto
配送情報オブジェクト
Declaration
[JsonProperty("shipment")]
public FraudDetectionShipmentDto Shipment { get; set; }
Property Value
Type | Description |
---|---|
FraudDetectionShipmentDto |
Source
注文経路
半角英数字 最大桁数:50
注文経路を設定してください。注文サイトのURL等。
Declaration
[JsonProperty("source")]
public string Source { get; set; }
Property Value
Type | Description |
---|---|
string |