Interface ICommonSearchParameter
共通検索パラメータのインターフェイス
Namespace: jp.veritrans.tercerog.mdk
Assembly: cg-mdk.dll
Syntax
public interface ICommonSearchParameter
Properties
Command
コマンドを取得する
Declaration
string[] Command { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
Mstatus
ステータスコードを取得する
Declaration
string[] Mstatus { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
OrderId
オーダーIDを取得する
Declaration
string OrderId { get; }
Property Value
| Type | Description |
|---|---|
| string |
OrderStatus
オーダー決済状態を取得する
Declaration
string[] OrderStatus { get; }
Property Value
| Type | Description |
|---|---|
| string[] |