Class Statement

Description

Located in /Statement.php (line 9)

ClientObject
   |
   --AccountActivity
      |
      --Statement
Variable Summary
String $city
String $email
String $name
String $phone
String $state
String $street
String $zipCode
Method Summary
Statement __construct ([DateTime $createDate = null], [String $name = null], [int $totalAmount = null], [int $taxAmount = null], [String $street = null], [String $state = null], [String $phone = null], [String $email = null], [String $city = null], [String $zipCode = null])
String getCity ()
String getEmail ()
String getName ()
String getPhone ()
String getState ()
String getStreet ()
int getTaxAmount ()
String getZipCode ()
void setCity (String $city)
void setEmail (String $email)
void setName (String $name)
void setPhone (String $phone)
void setState (String $state)
void setStreet (String $street)
void setTaxAmount (int $taxAmount)
void setTotalAmount (int $totalAmount)
void setZipCode (String $zipCode)
Variables
String $city (line 41)
  • var: The city.
  • access: private
String $email (line 37)
  • var: The email.
  • access: private
String $name (line 13)
  • var: The name.
  • access: private
String $phone (line 33)
  • var: The phone.
  • access: private
String $state (line 29)
  • var: The state.
  • access: private
String $street (line 25)
  • var: The street.
  • access: private
int $taxAmount (line 21)
  • var: The tax amount.
  • access: private
int $totalAmount (line 17)
  • var: The total amount.
  • access: private
String $zipCode (line 45)
  • var: The zip code.
  • access: private

Inherited Variables

Inherited from AccountActivity

AccountActivity::$accountActivityType
AccountActivity::$customerAccount

Inherited from ClientObject

ClientObject::$code
ClientObject::$createDate
ClientObject::$id
ClientObject::$merchantAccountCode
ClientObject::$_hashCode
Methods
Constructor __construct (line 60)

Instantiates a new statement.

Instantiates a new statement.

Statement __construct ([DateTime $createDate = null], [String $name = null], [int $totalAmount = null], [int $taxAmount = null], [String $street = null], [String $state = null], [String $phone = null], [String $email = null], [String $city = null], [String $zipCode = null])
  • DateTime $createDate: createDate the create date
  • String $name: name the name
  • int $totalAmount: totalAmount the total amount
  • int $taxAmount: taxAmount the tax amount
  • String $street: street the street
  • String $state: state the state
  • String $phone: phone the phone
  • String $email: email the email
  • String $city: city the city
  • String $zipCode: zipCode the zip code

Redefinition of:
AccountActivity::__construct()
Instantiates a new account activity.
getCity (line 204)

Gets the city.

Gets the city.

  • return: Returns the city
  • access: public
String getCity ()
getEmail (line 186)

Gets the email.

Gets the email.

  • return: Returns the email
  • access: public
String getEmail ()
getName (line 78)

Gets the name.

Gets the name.

  • return: Returns the name
  • access: public
String getName ()
getPhone (line 168)

Gets the phone.

Gets the phone.

  • return: Returns the phone
  • access: public
String getPhone ()
getState (line 150)

Gets the state.

Gets the state.

  • return: Returns the state
  • access: public
String getState ()
getStreet (line 132)

Gets the street.

Gets the street.

  • return: Returns the street
  • access: public
String getStreet ()
getTaxAmount (line 114)

Gets the tax amount.

Gets the tax amount.

  • return: Returns the taxAmount
  • access: public
int getTaxAmount ()
getTotalAmount (line 96)

Gets the total amount.

Gets the total amount.

  • return: Returns the totalAmount
  • access: public
int getTotalAmount ()
getZipCode (line 222)

Gets the zip code.

Gets the zip code.

  • return: Returns the zipCode
  • access: public
String getZipCode ()
setCity (line 213)

Set a value to city.

Set a value to city.

  • access: public
void setCity (String $city)
  • String $city: city the city
setEmail (line 195)

Set a value to email.

Set a value to email.

  • access: public
void setEmail (String $email)
  • String $email: email the email
setName (line 87)

Set a value to name.

Set a value to name.

  • access: public
void setName (String $name)
  • String $name: name the name
setPhone (line 177)

Set a value to phone.

Set a value to phone.

  • access: public
void setPhone (String $phone)
  • String $phone: phone the phone
setState (line 159)

Set a value to state.

Set a value to state.

  • access: public
void setState (String $state)
  • String $state: state the state
setStreet (line 141)

Set a value to street.

Set a value to street.

  • access: public
void setStreet (String $street)
  • String $street: street the street
setTaxAmount (line 123)

Set a value to taxAmount.

Set a value to taxAmount.

  • access: public
void setTaxAmount (int $taxAmount)
  • int $taxAmount: taxAmount the tax amount
setTotalAmount (line 105)

Set a value to totalAmount.

Set a value to totalAmount.

  • access: public
void setTotalAmount (int $totalAmount)
  • int $totalAmount: totalAmount the total amount
setZipCode (line 231)

Set a value to zipCode.

Set a value to zipCode.

  • access: public
void setZipCode (String $zipCode)
  • String $zipCode: zipCode the zip code

Inherited Methods

Inherited From AccountActivity

AccountActivity::__construct()
AccountActivity::getAccountActivityType()
AccountActivity::getCustomerAccount()
AccountActivity::setAccountActivityType()
AccountActivity::setCustomerAccount()
AccountActivity::type()

Inherited From ClientObject

ClientObject::getCode()
ClientObject::getCreateDate()
ClientObject::getId()
ClientObject::getMerchantAccountCode()
ClientObject::hashCode()
ClientObject::setCode()
ClientObject::setId()
ClientObject::setMerchantAccountCode()
ClientObject::type()

Documentation generated on Thu, 20 Mar 2008 16:22:34 -0400 by phpDocumentor 1.4.0