| OrderManagerPartialCapture Method |
Namespace:
Dynamicweb.Ecommerce.Orders.Gateways
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public OrderCaptureInfo PartialCapture(
long amount,
bool final
)
Public Function PartialCapture (
amount As Long,
final As Boolean
) As OrderCaptureInfo
Parameters
- amount
- Type: SystemInt64
- final
- Type: SystemBoolean
Return Value
Type:
OrderCaptureInfoSee Also