Click or drag to resize

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
)

Parameters

amount
Type: SystemInt64
final
Type: SystemBoolean

Return Value

Type: OrderCaptureInfo
See Also