Class AlipaySearchParameter

Description

検索条件:Alipay検索パラメータクラス

  • author: Veritrans, Inc.

Located in /tgMdkDto/AlipaySearchParameter.php (line 8)


	
			
Method Summary
string getCenterTradeId ()
string[] getDetailOrderType ()
string[] getPayType ()
void setCenterTradeId (string $centerTradeId)
void setDetailOrderType (string[] $detailOrderType)
void setPaymentTime (SearchRange $paymentTime)
void setPayType (string[] $payType)
void setSettlementTime (SearchRange $settlementTime)
Methods
getCenterTradeId (line 59)

決済センターとの取引IDを取得する

  • return: 決済センターとの取引ID
  • access: public
string getCenterTradeId ()
getDetailOrderType (line 41)

詳細取引決済状態を取得する

  • return: 詳細取引決済状態
  • access: public
string[] getDetailOrderType ()
getPaymentTime (line 77)

支払日時を取得する

  • return: 支払日時
  • access: public
SearchRange getPaymentTime ()
getPayType (line 113)

決済種別を取得する

  • return: 決済種別
  • access: public
string[] getPayType ()
getSettlementTime (line 95)

清算日時を取得する

  • return: 清算日時
  • access: public
SearchRange getSettlementTime ()
setCenterTradeId (line 68)

決済センターとの取引IDを設定する

  • access: public
void setCenterTradeId (string $centerTradeId)
  • string $centerTradeId: 決済センターとの取引ID
setDetailOrderType (line 50)

詳細取引決済状態を設定する

  • access: public
void setDetailOrderType (string[] $detailOrderType)
  • string[] $detailOrderType: 詳細取引決済状態
setPaymentTime (line 86)

支払日時を設定する

  • access: public
void setPaymentTime (SearchRange $paymentTime)
setPayType (line 122)

決済種別を設定する

  • access: public
void setPayType (string[] $payType)
  • string[] $payType: 決済種別
setSettlementTime (line 104)

清算日時を設定する

  • access: public
void setSettlementTime (SearchRange $settlementTime)

Documentation generated on Thu, 16 Feb 2017 17:59:03 +0900 by phpDocumentor 1.4.4