CustomerId Property
Contains a merchant-assigned number to identify the customer.
Object Oriented Interface
public function getCustomerId(); public function setCustomerId($value);
Procedural Interface
inpaydirect_globalcharge_get($res, 9 ); inpaydirect_globalcharge_set($res, 9, $value );
Default Value
''
Remarks
This property may contain a unique number that identifies a specific customer. The merchant defines and assigns this number to their customer. It may be up to 24 alphanumeric characters in length.
Data Type
String