Class SearchRange
検索条件:範囲指定クラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class SearchRange
Properties
From
検索範囲:From
Declaration
[JsonProperty("from")]
public string From { get; set; }
Property Value
Type | Description |
---|---|
string |
To
検索範囲:To
Declaration
[JsonProperty("to")]
public string To { get; set; }
Property Value
Type | Description |
---|---|
string |