Instantiates a new capture info.
Instantiates a new capture info.
CaptureInfo
__construct
([DateTime $requestDate = null], [DateTime $responseDate = null], [String $holderName = null], [int $taxAmount = null], [String $street = null], [String $city = null], [String $state = null], [String $phone = null], [String $zipCode = null], [String $email = null], [String $returnType = null], [String $approvalCode = null], [String $referenceNumber = null], [int $merchantAccountCode = null], [String $accountNumber = null], [String $accessory = null], [String $code = null], [String $transactionType = null], [int $id = null])
-
DateTime
$requestDate: requestDate the request date
-
DateTime
$responseDate: responseDate the response date
-
String
$holderName: holderName the holder name
-
int
$taxAmount: taxAmount the tax amount
-
String
$street: street the street
-
String
$city: city the city
-
String
$state: state the state
-
String
$phone: phone the phone
-
String
$zipCode: zipCode the zip code
-
String
$email: email the email
-
String
$returnType: returnType the return type
-
String
$approvalCode: approvalCode the approval code
-
String
$referenceNumber: referenceNumber the reference number
-
int
$merchantAccountCode: merchantAccountCode the merchant account code
-
String
$accountNumber: accountNumber the account number
-
String
$accessory: accessory the accessory
-
String
$code: code the code
-
String
$transactionType: transactionType the transaction type
-
int
$id: id the id
Gets the accessory.
Gets the accessory.
String
getAccessory
()
Gets the account number.
Gets the account number.
String
getAccountNumber
()
Gets the approval code.
Gets the approval code.
String
getApprovalCode
()
Gets the city.
Gets the city.
String
getCity
()
Gets the cvv2.
Gets the cvv2.
String
getCvv2
()
Gets the email.
Gets the email.
String
getEmail
()
Gets the holder name.
Gets the holder name.
String
getHolderName
()
Gets the phone.
Gets the phone.
String
getPhone
()
Gets the reference number.
Gets the reference number.
String
getReferenceNumber
()
Gets the request date.
Gets the request date.
DateTime
getRequestDate
()
Gets the response date.
Gets the response date.
DateTime
getResponseDate
()
Gets the return type.
Gets the return type.
String
getReturnType
()
Gets the state.
Gets the state.
String
getState
()
Gets the street.
Gets the street.
String
getStreet
()
Gets the tax amount.
Gets the tax amount.
int
getTaxAmount
()
Gets the track data.
Gets the track data.
String
getTrackData
()
Gets the transaction type.
Gets the transaction type.
String
getTransactionType
()
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 assetNumber.
Set a value to assetNumber.
void
setAccountNumber
(String $accountNumber)
-
String
$accountNumber: accountNumber the account number
Set a value to approvalCode.
Set a value to approvalCode.
void
setApprovalCode
(String $approvalCode)
-
String
$approvalCode: approvalCode the approval code
Set a value to city.
Set a value to city.
void
setCity
(String $city)
-
String
$city: city the city
Sets the cvv2.
Sets the cvv2.
void
setCvv2
(String $cvv2)
-
String
$cvv2: cvv2 the new cvv2
Set a value to email.
Set a value to email.
void
setEmail
(String $email)
-
String
$email: email the email
Set a value to holderName.
Set a value to holderName.
void
setHolderName
(String $holderName)
-
String
$holderName: holderName the holder name
Set a value to phone.
Set a value to phone.
void
setPhone
(String $phone)
-
String
$phone: phone the phone
Set a value to referenceNumber.
Set a value to referenceNumber.
void
setReferenceNumber
(String $referenceNumber)
-
String
$referenceNumber: referenceNumber the reference number
Set a value to requestDate.
Set a value to requestDate.
void
setRequestDate
(DateTime $requestDate)
-
DateTime
$requestDate: requestDate the request date
Set a value to responseDate.
Set a value to responseDate.
void
setResponseDate
(DateTime $responseDate)
-
DateTime
$responseDate: responseDate the response date
Set a value to type.
Set a value to type.
void
setReturnType
(String $type)
-
String
$type: type the type
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
setStreet
(String $street)
-
String
$street: street the street
Set a value to taxAmount.
Set a value to taxAmount.
void
setTaxAmount
(int $taxAmount)
-
int
$taxAmount: taxAmount the tax amount
Sets the track data.
Sets the track data.
void
setTrackData
(String $trackData)
-
String
$trackData: trackData the new track data
Sets the transaction type.
Sets the transaction type.
void
setTransactionType
(String $transactionType)
-
String
$transactionType: transactionType the new transaction 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()