FraudDetectionOrderDto 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前説明
Public メソッドFraudDetectionOrderDto
FraudDetectionOrderDto クラスの新しいインスタンスを初期化します

メソッド

  名前説明
Public メソッドEquals
Determines whether the specified Object is equal to the current Object.
(Object から継承されます。)
Protected メソッドFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Object から継承されます。)
Public メソッドGetHashCode
Serves as a hash function for a particular type.
(Object から継承されます。)
Public メソッドGetType
Gets the Type of the current instance.
(Object から継承されます。)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Object から継承されます。)
Public メソッドToString
Returns a String that represents the current Object.
(Object から継承されます。)

プロパティ

  名前説明
Public プロパティFailedPaymentAttempts
決済失敗回数

半角数字 最大桁数:7

決済試行し、失敗した回数を設定してください。

Public プロパティId
注文ID

最大桁数:50

Public プロパティLineItems
商品情報

FraudDetectionLineItemDtoの配列 最大桁数:7

商品情報オブジェクト

Public プロパティOiRepeat
lineItemsのサイズ

最大桁数:99

Public プロパティPromoCode
プロモーションコード

半角数字 最大桁数:7

商品購入時に使用したプロモーションコードを設定してください。

Public プロパティShipment
配送情報

FraudDetectionShipmentDto 最大桁数:7

配送情報オブジェクト

Public プロパティSource
注文経路

文字列 最大桁数:192

注文経路を設定してください。注文サイトのURL等。

参照