CustomerAddress Property
Cardholder's billing street address, which is used for address verification.
Object Oriented Interface
public function getCustomerAddress(); public function setCustomerAddress($value);
Procedural Interface
inpaydirect_globalcharge_get($res, 8 ); inpaydirect_globalcharge_set($res, 8, $value );
Default Value
''
Remarks
This property is optional, but is required for the lowest rate on keyed transactions. This may contain up to 20 alphanumeric characters, but only the numeric portion of the street address is actually necessary for AVS checking.
Data Type
String