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
Clear issue.
Clear issue.
void
clearIssue
()
Gets the accessory.
Gets the accessory.
String
getAccessory
()
Gets the city.
Gets the city.
String
getCity
()
Gets the customer account.
Gets the customer account.
Gets the cvv2.
Gets the cvv2.
String
getCvv2
()
Gets the holder name.
Gets the holder name.
String
getHolderName
()
Gets the is active.
Gets the is active.
bool
getIsActive
()
Gets the issue.
Gets the issue.
String
getIssue
()
Gets the last update date.
Gets the last update date.
DateTime
getLastUpdateDate
()
Gets the masked accessory.
Gets the masked accessory.
String
getMaskedAccessory
()
Gets the masked number.
Gets the masked number.
String
getMaskedNumber
()
Gets the number.
Gets the number.
String
getNumber
()
Gets the state.
Gets the state.
String
getState
()
Gets the street.
Gets the street.
String
getStreet1
()
Gets the street2.
Gets the street2.
String
getStreet2
()
Gets the type.
Gets the type.
String
getType
()
Gets the zip code.
Gets the zip code.
String
getZipCode
()
Set a value to accessory.
Set a value to accessory.
void
setAccessory
(String $accessory)
-
String
$accessory: accessory the accessory
Set a value to city.
Set a value to city.
void
setCity
(String $city)
-
String
$city: city the city
Sets the customer account.
Sets the customer account.
Sets the cvv2.
Sets the cvv2.
void
setCvv2
(String $cvv2)
-
String
$cvv2: cvv2 the new cvv2
Set a value to holderName.
Set a value to holderName.
void
setHolderName
(String $holderName)
-
String
$holderName: holderName the holder name
Set a value to isActive.
Set a value to isActive.
void
setIsActive
(bool $isActive)
-
bool
$isActive: isActive the is active
Sets the issue.
Sets the issue.
void
setIssue
(String $issue)
-
String
$issue: issue the new issue
Sets the last update date.
Sets the last update date.
void
setLastUpdateDate
(DateTime $lastUpdateDate)
-
DateTime
$lastUpdateDate: lastUpdateDate the new last update date
Sets the masked accessory.
Sets the masked accessory.
void
setMaskedAccessory
(String $maskedAccessory)
-
String
$maskedAccessory: maskedAccessory the new masked accessory
Sets the masked number.
Sets the masked number.
void
setMaskedNumber
(String $maskedNumber)
-
String
$maskedNumber: maskedNumber the new masked number
Set a value to number.
Set a value to number.
void
setNumber
(String $number)
-
String
$number: number the number
Set a value to state.
Set a value to state.
void
setState
(String $state)
-
String
$state: state the state
Set a value to street.
Set a value to street.
void
setStreet1
(String $street1)
-
String
$street1: street1 the street1
Set a value to street2.
Set a value to street2.
void
setStreet2
(String $street2)
-
String
$street2: street2 the street2
Set a value to type.
Set a value to type.
void
setType
(String $type)
-
String
$type: type the type
Set a value to zipCode.
Set a value to zipCode.
void
setZipCode
(String $zipCode)
-
String
$zipCode: zipCode the zip code
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()