Class CvsSearchParameter
検索条件:コンビニ検索パラメータクラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class CvsSearchParameter
Properties
CvsType
コンビニタイプ
Declaration
[JsonProperty("cvsType")]
public string[] CvsType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
PaidDatetime
入金受付日(From, To)
Declaration
[JsonProperty("paidDatetime")]
public SearchRange PaidDatetime { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
PayLimit
支払期限(From, To)
Declaration
[JsonProperty("payLimit")]
public SearchRange PayLimit { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
PayLimitDatetime
支払期限日時(From, To)
Declaration
[JsonProperty("payLimitDatetime")]
public SearchRange PayLimitDatetime { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |