Class PaymentOption

Description

Located in /PaymentOption.php (line 9)

ClientObject
   |
   --PaymentOption
Variable Summary
String $accessory
String $city
String $cvv2
String $holderName
bool $isActive
String $issue
DateTime $lastUpdateDate
String $maskedNumber
String $number
String $state
String $street1
String $street2
String $type
String $zipCode
Method Summary
PaymentOption __construct ([String $code = null], [DateTime $createDate = null], [bool $isActive = null], [String $holderName = null], [String $number = null], [String $accessory = null], [String $street1 = null], [String $street2 = null], [String $city = null], [String $state = null], [int $zipCode = null], [DateTime $type = null], [CustomerAccount $merchantAccountCode = null], [String $lastUpdateDate = null], [int $customerAccount = null], [String $issue = null], [String $id = null], [String $maskedNumber = null], [String $maskedAccessory = null])
void clearIssue ()
String getAccessory ()
String getCity ()
String getCvv2 ()
String getHolderName ()
bool getIsActive ()
String getIssue ()
DateTime getLastUpdateDate ()
String getMaskedAccessory ()
String getMaskedNumber ()
String getNumber ()
String getState ()
String getStreet1 ()
String getStreet2 ()
String getType ()
String getZipCode ()
void setAccessory (String $accessory)
void setCity (String $city)
void setCustomerAccount (CustomerAccount $customerAccount)
void setCvv2 (String $cvv2)
void setHolderName (String $holderName)
void setIsActive (bool $isActive)
void setIssue (String $issue)
void setLastUpdateDate (DateTime $lastUpdateDate)
void setMaskedAccessory (String $maskedAccessory)
void setMaskedNumber (String $maskedNumber)
void setNumber (String $number)
void setState (String $state)
void setStreet1 (String $street1)
void setStreet2 (String $street2)
void setType (String $type)
void setZipCode (String $zipCode)
void type ()
Variables
String $accessory (line 25)
  • var: The accessory.
  • access: private
String $city (line 37)
  • var: The city.
  • access: private
CustomerAccount $customerAccount (line 73)
  • var: The customer account.
  • access: private
String $cvv2 (line 61)
  • var: The cvv2.
  • access: private
String $holderName (line 17)
  • var: The holder name.
  • access: private
bool $isActive (line 13)
  • var: The is active.
  • access: private
String $issue (line 57)
  • var: The issue.
  • access: private
DateTime $lastUpdateDate (line 53)
  • var: The last update date.
  • access: private
String $maskedAccessory (line 69)
  • var: The masked accessory.
  • access: private
String $maskedNumber (line 65)
  • var: The masked number.
  • access: private
String $number (line 21)
  • var: The number.
  • access: private
String $state (line 41)
  • var: The state.
  • access: private
String $street1 (line 29)
  • var: The street1.
  • access: private
String $street2 (line 33)
  • var: The street2.
  • access: private
String $type (line 49)
  • var: The type.
  • access: private
String $zipCode (line 45)
  • var: The zip code.
  • access: private

Inherited Variables

Inherited from ClientObject

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

Instantiates a new payment option.

Instantiates a new payment option.

PaymentOption __construct ([String $code = null], [DateTime $createDate = null], [bool $isActive = null], [String $holderName = null], [String $number = null], [String $accessory = null], [String $street1 = null], [String $street2 = null], [String $city = null], [String $state = null], [int $zipCode = null], [DateTime $type = null], [CustomerAccount $merchantAccountCode = null], [String $lastUpdateDate = null], [int $customerAccount = null], [String $issue = null], [String $id = null], [String $maskedNumber = null], [String $maskedAccessory = null])
  • String $code: code the code
  • DateTime $createDate: createDate the create date
  • bool $isActive: isActive the is active
  • String $holderName: holderName the holder name
  • String $number: number the number
  • String $accessory: accessory the accessory
  • String $street1: city the city
  • String $street2: state the state
  • String $city: zipCode the zip code
  • String $state: type the type
  • int $zipCode: merchantAccountCode the merchant account code
  • DateTime $type: lastUpdateDate the last update date
  • CustomerAccount $merchantAccountCode: customerAccount the customer account
  • String $lastUpdateDate: issue the issue
  • int $customerAccount: id the id
  • String $issue: maskedNumber the masked number
  • String $id: maskedAccessory the masked accessory
  • String $maskedNumber: street1 the street1
  • String $maskedAccessory: street2 the street2
clearIssue (line 356)

Clear issue.

Clear issue.

  • access: public
void clearIssue ()
getAccessory (line 178)

Gets the accessory.

Gets the accessory.

  • return: Returns the accessory
  • access: public
String getAccessory ()
getCity (line 232)

Gets the city.

Gets the city.

  • return: Returns the city
  • access: public
String getCity ()
getCustomerAccount (line 304)

Gets the customer account.

Gets the customer account.

  • return: the customer account
  • access: public
CustomerAccount getCustomerAccount ()
getCvv2 (line 379)

Gets the cvv2.

Gets the cvv2.

  • return: the cvv2
  • access: public
String getCvv2 ()
getHolderName (line 142)

Gets the holder name.

Gets the holder name.

  • return: Returns the holderName
  • access: public
String getHolderName ()
getIsActive (line 124)

Gets the is active.

Gets the is active.

  • return: Returns the isActive
  • access: public
bool getIsActive ()
getIssue (line 340)

Gets the issue.

Gets the issue.

  • return: the issue
  • access: public
String getIssue ()
getLastUpdateDate (line 322)

Gets the last update date.

Gets the last update date.

  • return: the last update date
  • access: public
DateTime getLastUpdateDate ()
getMaskedAccessory (line 415)

Gets the masked accessory.

Gets the masked accessory.

  • return: the masked accessory
  • access: public
String getMaskedAccessory ()
getMaskedNumber (line 397)

Gets the masked number.

Gets the masked number.

  • return: the masked number
  • access: public
String getMaskedNumber ()
getNumber (line 160)

Gets the number.

Gets the number.

  • return: Returns the number
  • access: public
String getNumber ()
getState (line 250)

Gets the state.

Gets the state.

  • return: Returns the state
  • access: public
String getState ()
getStreet1 (line 196)

Gets the street.

Gets the street.

  • return: Returns the street1
  • access: public
String getStreet1 ()
getStreet2 (line 214)

Gets the street2.

Gets the street2.

  • return: Returns the street2
  • access: public
String getStreet2 ()
getType (line 286)

Gets the type.

Gets the type.

  • return: Returns the type
  • access: public
String getType ()
getZipCode (line 268)

Gets the zip code.

Gets the zip code.

  • return: Returns the zipCode
  • access: public
String getZipCode ()
setAccessory (line 187)

Set a value to accessory.

Set a value to accessory.

  • access: public
void setAccessory (String $accessory)
  • String $accessory: accessory the accessory
setCity (line 241)

Set a value to city.

Set a value to city.

  • access: public
void setCity (String $city)
  • String $city: city the city
setCustomerAccount (line 313)

Sets the customer account.

Sets the customer account.

void setCustomerAccount (CustomerAccount $customerAccount)
  • CustomerAccount $customerAccount: customerAccount the new customer account
setCvv2 (line 388)

Sets the cvv2.

Sets the cvv2.

  • access: public
void setCvv2 (String $cvv2)
  • String $cvv2: cvv2 the new cvv2
setHolderName (line 151)

Set a value to holderName.

Set a value to holderName.

  • access: public
void setHolderName (String $holderName)
  • String $holderName: holderName the holder name
setIsActive (line 133)

Set a value to isActive.

Set a value to isActive.

  • access: public
void setIsActive (bool $isActive)
  • bool $isActive: isActive the is active
setIssue (line 349)

Sets the issue.

Sets the issue.

  • access: public
void setIssue (String $issue)
  • String $issue: issue the new issue
setLastUpdateDate (line 331)

Sets the last update date.

Sets the last update date.

void setLastUpdateDate (DateTime $lastUpdateDate)
  • DateTime $lastUpdateDate: lastUpdateDate the new last update date
setMaskedAccessory (line 424)

Sets the masked accessory.

Sets the masked accessory.

void setMaskedAccessory (String $maskedAccessory)
  • String $maskedAccessory: maskedAccessory the new masked accessory
setMaskedNumber (line 406)

Sets the masked number.

Sets the masked number.

void setMaskedNumber (String $maskedNumber)
  • String $maskedNumber: maskedNumber the new masked number
setNumber (line 169)

Set a value to number.

Set a value to number.

  • access: public
void setNumber (String $number)
  • String $number: number the number
setState (line 259)

Set a value to state.

Set a value to state.

  • access: public
void setState (String $state)
  • String $state: state the state
setStreet1 (line 205)

Set a value to street.

Set a value to street.

  • access: public
void setStreet1 (String $street1)
  • String $street1: street1 the street1
setStreet2 (line 223)

Set a value to street2.

Set a value to street2.

  • access: public
void setStreet2 (String $street2)
  • String $street2: street2 the street2
setType (line 295)

Set a value to type.

Set a value to type.

  • access: public
void setType (String $type)
  • String $type: type the type
setZipCode (line 277)

Set a value to zipCode.

Set a value to zipCode.

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

Redefinition of:
ClientObject::type()
Returns the type of the object instance using library's terminology In most cases it will match ClassName, but when a single class may represent multiple conceptual objects, the value will differ.

Inherited Methods

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:24 -0400 by phpDocumentor 1.4.0