AbstractCustomerChargeCard
class AbstractCustomerChargeCard extends AbstractFunction
Constants
| CARD_TYPE_VISA |
|
| CARD_TYPE_MASTERCARD |
|
| CARD_TYPE_DISCOVER |
|
| CARD_TYPE_AMEX |
|
| CARD_TYPE_DINERSCLUB |
|
| CARD_TYPE_OTHER |
|
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
int|string
getRecordNo()
No description
setRecordNo(int|string $recordNo)
No description
string
getCustomerId()
No description
setCustomerId(string $customerId)
No description
string
getCardNumber()
No description
setCardNumber(string $cardNumber)
No description
string
getCardType()
No description
setCardType(string $cardType)
No description
string
getExpirationMonth()
No description
setExpirationMonth(string $expirationMonth)
No description
string
getExpirationYear()
No description
setExpirationYear(string $expirationYear)
No description
boolean
isActive()
No description
setActive(boolean $active)
No description
string
getDescription()
No description
setDescription(string $description)
No description
boolean
isDefaultCard()
No description
setDefaultCard(boolean $defaultCard)
No description
boolean
isBillToContactAddressUsedForVerification()
No description
setBillToContactAddressUsedForVerification(boolean $billToContactAddressUsedForVerification)
No description
string
getAddressLine1()
No description
setAddressLine1(string $addressLine1)
No description
string
getAddressLine2()
No description
setAddressLine2(string $addressLine2)
No description
string
getCity()
No description
setCity(string $city)
No description
string
getStateProvince()
No description
setStateProvince(string $stateProvince)
No description
string
getZipPostalCode()
No description
setZipPostalCode(string $zipPostalCode)
No description
string
getCountry()
No description
setCountry(string $country)
No description
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
in AbstractFunction at line line 72
abstract
writeXml(XMLWriter $xml)
Write the XML