Class PaypalSearchParameter
検索条件:ペイパル検索パラメータ
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class PaypalSearchParameter
Properties
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
InvoiceId
請求番号
Declaration
[JsonProperty("invoiceId")]
public string InvoiceId { get; set; }
Property Value
Type | Description |
---|---|
string |
PayerId
顧客番号
Declaration
[JsonProperty("payerId")]
public string PayerId { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentDatetime
支払日時(From, To)
Declaration
[JsonProperty("paymentDatetime")]
public SearchRange PaymentDatetime { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |