MerchantZip Property
Zip code where the merchant that initiated this transaction is located.
Object Oriented Interface
public function getMerchantZip(); public function setMerchantZip($value);
Procedural Interface
inpaydirect_tsysecommerce_get($res, 24 ); inpaydirect_tsysecommerce_set($res, 24, $value );
Default Value
''
Remarks
Zip code where the merchant that initiated this transaction is located.
This property contains the nine character code used to further identify the merchant location. Within the United States, the five or nine digit zip code of the address of the store location is used. Outside of the United States, this property will be assigned by the signing member or processor.
This property is alphanumeric, with a maximum length of nine characters. Spaces and dashes are automatically stripped when the property is set.
Data Type
String