  | OrderCapture Method (Int64, Boolean) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Orders
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Ecommerce.Services.Orders.Capture instead.")]
public OrderCaptureInfo Capture(
	long amount,
	bool final
)<ObsoleteAttribute("Use Ecommerce.Services.Orders.Capture instead.")>
Public Function Capture ( 
	amount As Long,
	final As Boolean
) As OrderCaptureInfoParameters
- amount
 - Type: SystemInt64
 - final
 - Type: SystemBoolean
 
Return Value
Type: 
OrderCaptureInfo
See Also