CustomerZip Property
Customer's zip code (or postal code if outside of the USA).
Syntax
__property String CustomerZip = {read=FCustomerZip, write=FSetCustomerZip};
Default Value
""
Remarks
Customer's zip code (or postal code if outside of the USA). This property is used as part of the Address Verification Service (AVS), and contains the customer's zip code as it appears on their monthly statement. Other AVS properties include CustomerAddress, CustomerCity, and CustomerState.
This property is not available at design time.
Data Type
String