CustomerCity Property
Customer's city.
Object Oriented Interface
public function getCustomerCity(); public function setCustomerCity($value);
Procedural Interface
inpay_retail_get($res, 12 ); inpay_retail_set($res, 12, $value );
Default Value
''
Remarks
Customer's city. This property is used as part of the Address Verification Service (AVS) and contains the customer's city as it appears on their monthly statement. Other AVS properties include CustomerAddress, CustomerState, and CustomerZip.
This property is not available at design time.
Data Type
String