Class FraudDetectionLineItemDto
不正検知商品情報Dtoクラス
Inheritance
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class FraudDetectionLineItemDto
Properties
Brand
ブランド
文字列 最大桁数:255
ブランド名またはブランドコードを設定してください。
Declaration
[JsonProperty("brand")]
public string Brand { get; set; }
Property Value
Type | Description |
---|---|
string |
Category
カテゴリ
文字列 最大桁数:180
商品のカテゴリ名を設定してください。
Declaration
[JsonProperty("category")]
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
商品説明
文字列 最大桁数:26
商品説明を設定してください。
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
EanCode
EANコード
半角英数字 最大桁数:30
商品のEAN/JANコードを設定してください。
Declaration
[JsonProperty("eanCode")]
public string EanCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
商品名
文字列 最大桁数:200
商品名を設定してください。
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PromoCode
プロモーションコード
半角英数字 最大桁数:50
エンドユーザが購入時に使用したプロモーションコードを設定してください。
Declaration
[JsonProperty("promoCode")]
public string PromoCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Quantity
商品数量
半角数字 最大桁数:9
商品の数量を設定してください。
Declaration
[JsonProperty("quantity")]
public string Quantity { get; set; }
Property Value
Type | Description |
---|---|
string |
RefId
商品情報参照用Key
半角英数字 最大桁数:20
他項目から、商品情報オブジェクトへの参照用の Key 名称。
Declaration
[JsonProperty("refId")]
public string RefId { get; set; }
Property Value
Type | Description |
---|---|
string |
SellerId
販売者ID
半角英数字 最大桁数:255
購入者が他の方に販売する際の販売者IDを設定してください。
amazonマーケットプレイスの出品者ID等。
Declaration
[JsonProperty("sellerId")]
public string SellerId { get; set; }
Property Value
Type | Description |
---|---|
string |
Sku
商品識別ID
半角英数字 最大桁数:50
商品を識別する ID を設定してください。
Declaration
[JsonProperty("sku")]
public string Sku { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalAmount
商品合計額
小数可の半角数字 最大桁数:8
商品の合計額を設定してください。
Declaration
[JsonProperty("totalAmount")]
public string TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalCurrencyCode
商品通貨コード(商品合計)
最大桁数:3
Declaration
[JsonProperty("totalCurrencyCode")]
public string TotalCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Unit
重量単位
半角英字 最大桁数:10
重量の単位を設定してください。
選択肢は「POUND,OUNCE,GRAM,KILOGRAM」の何れかになります。
POUND:ポンド
OUNCE:オンス
GRAM:グラム
KILOGRAM:キログラム
Declaration
[JsonProperty("unit")]
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |
UnitAmount
商品単価
小数可の半角数字 最大桁数:8
商品の単価を設定してください。
Declaration
[JsonProperty("unitAmount")]
public string UnitAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
UnitCurrencyCode
商品通貨コード(商品単価)
最大桁数:3
Declaration
[JsonProperty("unitCurrencyCode")]
public string UnitCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
UnitWeight
商品重量
小数可の半角数字 最大桁数:8
商品の重量を設定してください。
Declaration
[JsonProperty("unitWeight")]
public string UnitWeight { get; set; }
Property Value
Type | Description |
---|---|
string |