CustomerZip Property
Customer's zip code (or postal code if outside of the USA).
Object Oriented Interface
public function getCustomerZip(); public function setCustomerZip($value);
Procedural Interface
inpaydirect_fdmshotel_get($res, 12 ); inpaydirect_fdmshotel_set($res, 12, $value );
Default Value
''
Remarks
This field is used as part of the Address Verification Service (AVS). If the customer resides within the United States, this field should contain the five or nine digit zip code as it appears on the customer's monthly statement. If the customer's billing address is outside of the United States, this field should contain the customer's postal code.
The maximum length of this property is 10 characters.
Data Type
String