ClientDetailsDeviceId Property
Sender's device Id.
Object Oriented Interface
public function getClientDetailsDeviceId(); public function setClientDetailsDeviceId($value);
Procedural Interface
inpaypal_adaptivepay_get($res, 9 ); inpaypal_adaptivepay_set($res, 9, $value );
Default Value
''
Remarks
Sender's device Id. For example, a mobile device's IMEI number or a web browser cookie. If a device Id was passed with the pay request, use the same Id here.
Data Type
String