Class BankpaySearchParameter
検索条件:Bankpay検索パラメータクラス
Inheritance
object
BankpaySearchParameter
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 BankpaySearchParameter
Properties
AccountId
口座ID 口座IDを設定する場合、会員IDの設定は必須
Declaration
[JsonProperty("accountId")]
public string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
CenterTransactionId
決済センターのトランザクション管理ID
Declaration
[JsonProperty("centerTransactionId")]
public string CenterTransactionId { 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[] |
MemberId
会員ID
Declaration
[JsonProperty("memberId")]
public string MemberId { get; set; }
Property Value
Type | Description |
---|---|
string |