IsPartialCapture Property
Indicates if this capture is for the full amount of payment you authorized.
Syntax
[VB.NET] Public Property IsPartialCapture As Boolean
[C#] public bool IsPartialCapture {get; set;}
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.
Default Value
False