Table of Contents

Enum OrderOperations

Namespace
Dynamicweb.Ecommerce.Orders.Gateways
Assembly
Dynamicweb.Ecommerce.dll

The OrderOperations enumeration defines types operations that can be supported by gateway.

public enum OrderOperations

Fields

AmountRefund = 5
Cancel = 1
Capture = 3
Change = 2
CheckAuthorizationStatus = 11
CheckStatus = 0
FinalOnlyPartialCapture = 10
FullReturn = 6
PartialCapture = 4
PartialReturn = 7
Recurring = 8
SavedCard = 9
To top