Class MasterpassSearchParameter
検索条件:MasterPass検索パラメータクラス
Inheritance
object
MasterpassSearchParameter
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 MasterpassSearchParameter
Properties
AcquirerCode
仕向け先コード
Declaration
[JsonProperty("acquirerCode")]
public string AcquirerCode { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailCommandType
詳細コマンドタイプ名
Declaration
[JsonProperty("detailCommandType")]
public string[] DetailCommandType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
ItemId
商品番号
Declaration
[JsonProperty("itemId")]
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
string |
Jpo
支払種別
Declaration
[JsonProperty("jpo")]
public string Jpo { get; set; }
Property Value
Type | Description |
---|---|
string |