Class MerpaySearchParameter
検索条件:merpay検索パラメータクラス
Inheritance
object
MerpaySearchParameter
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 MerpaySearchParameter
Properties
AccountingType
課金種別
Declaration
[JsonProperty("accountingType")]
public string[] AccountingType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
ConsentAuthType
承諾時決済タイプ
Declaration
[JsonProperty("consentAuthType")]
public string[] ConsentAuthType { 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[] |
InquiryCode
問合せ番号
Declaration
[JsonProperty("inquiryCode")]
public string InquiryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MerpayProcessingId
merpayオーダーID
Declaration
[JsonProperty("merpayProcessingId")]
public string MerpayProcessingId { get; set; }
Property Value
Type | Description |
---|---|
string |
MerpayServiceType
merpayサービスタイプ
Declaration
[JsonProperty("merpayServiceType")]
public string[] MerpayServiceType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
OriginalOrderId
元取引ID
Declaration
[JsonProperty("originalOrderId")]
public string OriginalOrderId { get; set; }
Property Value
Type | Description |
---|---|
string |