Class UpopSearchParameter
検索条件:UPOP検索パラメータクラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class UpopSearchParameter
Properties
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public virtual string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
SettleDatetimeCn
決済日時(中国) (From, To)
Declaration
[JsonProperty("settleDatetimeCn")]
public virtual SearchRange SettleDatetimeCn { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
SettleDatetimeJp
決済日時(日本) (From, To)
Declaration
[JsonProperty("settleDatetimeJp")]
public virtual SearchRange SettleDatetimeJp { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |