Class AlipaySearchParameter
検索条件:Alipay検索パラメータクラス
Inheritance
object
AlipaySearchParameter
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 AlipaySearchParameter
Properties
CenterTradeId
決済センターとの取引ID
Declaration
[JsonProperty("centerTradeId")]
public string CenterTradeId { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailOrderType
詳細取引決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
PaymentTime
支払日時
Declaration
[JsonProperty("paymentTime")]
public SearchRange PaymentTime { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
PayType
決済種別
Declaration
[JsonProperty("payType")]
public string[] PayType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
SettlementTime
清算日時
Declaration
[JsonProperty("settlementTime")]
public SearchRange SettlementTime { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |