Class OricoscSearchParameter
検索条件:ショッピングクレジット検索パラメータ
Inheritance
object
OricoscSearchParameter
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 OricoscSearchParameter
Properties
Amount
支払金額合計(From, To)
Declaration
[JsonProperty("amount")]
public SearchRange Amount { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
OricoOrderNo
注文番号
Declaration
[JsonProperty("oricoOrderNo")]
public string OricoOrderNo { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalItemAmount
商品価格合計(From, To)
Declaration
[JsonProperty("totalItemAmount")]
public SearchRange TotalItemAmount { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |