MerchantServiceNumber Property
Merchant's customer service phone number.
Object Oriented Interface
public function getMerchantServiceNumber(); public function setMerchantServiceNumber($value);
Procedural Interface
inpaydirect_fdmssettle_get($res, 10 ); inpaydirect_fdmssettle_set($res, 10, $value );
Default Value
''
Remarks
This 10 character field contains the merchant customer service phone number without dashes or spaces. The initial "1" for long-distance or toll-free calls should be omitted. For instance, "8001234567" is acceptable, while "18001234567" or "1-800-123-4567" is not.
This property is only required when the IndustryType is set to itDirectMarketing, and will otherwise not be sent.
Data Type
String