IsPartialCapture Property
Indicates if this capture is for the full amount of payment you authorized.
Object Oriented Interface
public function getIsPartialCapture(); public function setIsPartialCapture($value);
Procedural Interface
inpaypal_reauthcapture_get($res, 11 ); inpaypal_reauthcapture_set($res, 11, $value );
Default Value
false
Remarks
If this property is set to True, and the Amount of the Capture is less than the originally authorized amount, any remaining amount of the original transaction is automatically voided.
This property is required.
Data Type
Boolean