Class PaypalSearchParameter

Description

検索条件:ペイパル検索パラメータクラス

  • author: Veritrans, Inc.

Located in /tgMdkDto/PaypalSearchParameter.php (line 7)


	
			
Method Summary
string[] getDetailOrderType ()
string getInvoiceId ()
string getPayerId ()
void setDetailOrderType (string[] $detailOrderType)
void setInvoiceId (string $invoiceId)
void setPayerId (string $payerId)
void setPaymentDatetime (SearchRange $paymentDatetime)
Methods
getDetailOrderType (line 34)

詳細オーダー決済状態を取得する

  • return: 詳細オーダー決済状態
  • access: public
string[] getDetailOrderType ()
getInvoiceId (line 70)

請求番号を取得する

  • return: 請求番号
  • access: public
string getInvoiceId ()
getPayerId (line 88)

顧客番号を取得する

  • return: 顧客番号
  • access: public
string getPayerId ()
getPaymentDatetime (line 52)

支払日時(From, To)を取得する

  • return: 支払日時(From, To)
  • access: public
SearchRange getPaymentDatetime ()
setDetailOrderType (line 43)

詳細オーダー決済状態を設定する

  • access: public
void setDetailOrderType (string[] $detailOrderType)
  • string[] $detailOrderType: 詳細オーダー決済状態
setInvoiceId (line 79)

請求番号を設定する

  • access: public
void setInvoiceId (string $invoiceId)
  • string $invoiceId: 請求番号
setPayerId (line 97)

顧客番号を設定する

  • access: public
void setPayerId (string $payerId)
  • string $payerId: 顧客番号
setPaymentDatetime (line 61)

支払日時(From, To)を設定する

  • access: public
void setPaymentDatetime (SearchRange $paymentDatetime)
  • SearchRange $paymentDatetime: 支払日時(From, To)

Documentation generated on Tue, 12 Mar 2024 14:05:05 +0900 by phpDocumentor 1.4.4