Class CvsSearchParameter
検索条件:コンビニ検索パラメータクラス
Inheritance
object
CvsSearchParameter
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 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 |