Class CvsSearchParameter

Description

検索条件:コンビニ検索パラメータクラス

  • author: Veritrans, Inc.

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


	
			
Method Summary
string[] getCvsType ()
string[] getDetailOrderType ()
void setCvsType (string[] $cvsType)
void setDetailOrderType (string[] $detailOrderType)
void setPaidDatetime (SearchRange $paidDatetime)
void setPayLimit (SearchRange $payLimit)
Methods
getCvsType (line 52)

コンビニタイプを取得する

  • return: コンビニタイプ
  • access: public
string[] getCvsType ()
getDetailOrderType (line 34)

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

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

入金受付日(From, To)を取得する

  • return: 入金受付日(From, To)
  • access: public
SearchRange getPaidDatetime ()
getPayLimit (line 70)

支払期限(From, To)を取得する

  • return: 支払期限(From, To)
  • access: public
SearchRange getPayLimit ()
setCvsType (line 61)

コンビニタイプを設定する

  • access: public
void setCvsType (string[] $cvsType)
  • string[] $cvsType: コンビニタイプ
setDetailOrderType (line 43)

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

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

入金受付日(From, To)を設定する

  • access: public
void setPaidDatetime (SearchRange $paidDatetime)
  • SearchRange $paidDatetime: 入金受付日(From, To)
setPayLimit (line 79)

支払期限(From, To)を設定する

  • access: public
void setPayLimit (SearchRange $payLimit)

Documentation generated on Thu, 16 Feb 2017 18:01:11 +0900 by phpDocumentor 1.4.4