Class PayNowIdParam

Description

PayNowIdオブジェクトのクラス

  • author: Created automatically by DtoCreator

Located in /tgMdkDto/PayNowIdParam.php (line 10)


	
			
Method Summary
string getFreeKey ()
string getMemo1 ()
string getMemo2 ()
string getMemo3 ()
string getReceiptData ()
string getTanking ()
string getToken ()
void setAccountParam (AccountParam $accountParam)
void setChargeParam (ChargeParam $chargeParam)
void setFreeKey (string $freeKey)
void setMemo1 (string $memo1)
void setMemo2 (string $memo2)
void setMemo3 (string $memo3)
void setReceiptData (string $receiptData)
void setTanking (string $tanking)
void setToken (string $token)
Methods
getAccountParam (line 101)

会員情報を取得する

  • return: 会員情報
  • access: public
AccountParam getAccountParam ()
getChargeParam (line 117)

課金グループ情報を取得する

  • return: 課金グループ情報
  • access: public
ChargeParam getChargeParam ()
getFreeKey (line 197)

キー情報を取得する

  • return: キー情報
  • access: public
string getFreeKey ()
getMemo1 (line 149)

取引メモ1を取得する

  • return: 取引メモ1
  • access: public
string getMemo1 ()
getMemo2 (line 165)

取引メモ2を取得する

  • return: 取引メモ2
  • access: public
string getMemo2 ()
getMemo3 (line 181)

取引メモ3を取得する

  • return: 取引メモ3
  • access: public
string getMemo3 ()
getReceiptData (line 213)

レシートデータを取得する

  • return: レシートデータ
  • access: public
string getReceiptData ()
getTanking (line 133)

タンキングフラグを取得する

  • return: タンキングフラグ
  • access: public
string getTanking ()
getToken (line 229)

トークンを取得する

  • return: トークン
  • access: public
string getToken ()
setAccountParam (line 93)

会員情報を設定する

  • access: public
void setAccountParam (AccountParam $accountParam)
setChargeParam (line 109)

課金グループ情報を設定する

  • access: public
void setChargeParam (ChargeParam $chargeParam)
setFreeKey (line 189)

キー情報を設定する

  • access: public
void setFreeKey (string $freeKey)
  • string $freeKey: キー情報
setMemo1 (line 141)

取引メモ1を設定する

  • access: public
void setMemo1 (string $memo1)
  • string $memo1: 取引メモ1
setMemo2 (line 157)

取引メモ2を設定する

  • access: public
void setMemo2 (string $memo2)
  • string $memo2: 取引メモ2
setMemo3 (line 173)

取引メモ3を設定する

  • access: public
void setMemo3 (string $memo3)
  • string $memo3: 取引メモ3
setReceiptData (line 205)

レシートデータを設定する

  • access: public
void setReceiptData (string $receiptData)
  • string $receiptData: レシートデータ
setTanking (line 125)

タンキングフラグを設定する

  • access: public
void setTanking (string $tanking)
  • string $tanking: タンキングフラグ
setToken (line 221)

トークンを設定する

  • access: public
void setToken (string $token)
  • string $token: トークン

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