CustomerAddress Property
The customer's billing address.
Object Oriented Interface
public function getCustomerAddress(); public function setCustomerAddress($value);
Procedural Interface
inpaydirect_fdmshealthcare_get($res, 10 ); inpaydirect_fdmshealthcare_set($res, 10, $value );
Default Value
''
Remarks
This field is used as part of the Address Verification Service (AVS) and contains the customer's street address as it appears on their monthly statement. Only the street number, street name, and apartment number are required in this field. City and state are not included, and the zip code is set in the CustomerZip property.
The maximum length of this property is 20 characters.
If the customer's address is much greater than the length of this field, it is admissible to include only the street number in this field.
Data Type
String