Class Account

Description

会員情報のクラス

  • author: Created automatically by DtoCreator

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


	
			
Method Summary
string getAccountId ()
AccountInfo[] getAccountInfo ()
CardInfo[] getCardInfo ()
RecurringCharge[] getRecurringCharge ()
string getTransData ()
void setAccountBasic (AccountBasic $accountBasic)
void setAccountId (string $accountId)
void setAccountInfo (AccountInfo[] $accountInfo)
void setBankAccountInfo (BankAccountInfo $bankAccountInfo)
void setCardInfo (CardInfo[] $cardInfo)
void setRecurringCharge (RecurringCharge[] $recurringCharge)
void setTransData (string $transData)
Methods
getAccountBasic (line 109)

会員基本情報を取得する

  • return: 会員基本情報
  • access: public
AccountBasic getAccountBasic ()
getAccountId (line 77)

会員IDを取得する

  • return: 会員ID
  • access: public
string getAccountId ()
getAccountInfo (line 125)

連絡先情報を取得する

  • return: 連絡先情報
  • access: public
AccountInfo[] getAccountInfo ()
getBankAccountInfo (line 173)

銀行口座情報を取得する

  • return: 銀行口座情報
  • access: public
BankAccountInfo getBankAccountInfo ()
getCardInfo (line 141)

カード情報を取得する

  • return: カード情報
  • access: public
CardInfo[] getCardInfo ()
getRecurringCharge (line 157)

会員課金情報を取得する

  • return: 会員課金情報
  • access: public
RecurringCharge[] getRecurringCharge ()
getTransData (line 93)

リクエスト項目を取得する

  • return: リクエスト項目
  • access: public
string getTransData ()
setAccountBasic (line 101)

会員基本情報を設定する

  • access: public
void setAccountBasic (AccountBasic $accountBasic)
setAccountId (line 69)

会員IDを設定する

  • access: public
void setAccountId (string $accountId)
  • string $accountId: 会員ID
setAccountInfo (line 117)

連絡先情報を設定する

  • access: public
void setAccountInfo (AccountInfo[] $accountInfo)
  • AccountInfo[] $accountInfo: 連絡先情報
setBankAccountInfo (line 165)

銀行口座情報を設定する

  • access: public
void setBankAccountInfo (BankAccountInfo $bankAccountInfo)
setCardInfo (line 133)

カード情報を設定する

  • access: public
void setCardInfo (CardInfo[] $cardInfo)
  • CardInfo[] $cardInfo: カード情報
setRecurringCharge (line 149)

会員課金情報を設定する

  • access: public
void setRecurringCharge (RecurringCharge[] $recurringCharge)
  • RecurringCharge[] $recurringCharge: 会員課金情報
setTransData (line 85)

リクエスト項目を設定する

  • access: public
void setTransData (string $transData)
  • string $transData: リクエスト項目

Documentation generated on Thu, 16 Feb 2017 17:58:44 +0900 by phpDocumentor 1.4.4