Class PaypaySearchParameter
検索条件:Paypay検索パラメータクラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class PaypaySearchParameter
Properties
AccountingType
課金種別
Declaration
[JsonProperty("accountingType")]
public string AccountingType { 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[] |
OnlinePaymentType
オンライン決済タイプ
Declaration
[JsonProperty("onlinePaymentType")]
public string OnlinePaymentType { get; set; }
Property Value
Type | Description |
---|---|
string |
PaypayServiceType
paypayサービスタイプ
Declaration
[JsonProperty("paypayServiceType")]
public string[] PaypayServiceType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
TestEnvFlag
スマートペイメント検証環境疎通フラグ
Declaration
[JsonProperty("testEnvFlag")]
public string TestEnvFlag { get; set; }
Property Value
Type | Description |
---|---|
string |