CAdjustmentResult
public enum CAdjustmentResult
Specifies if an amount adjustment notification was handled correctly. 0 for success.
Specification: unattended.
-
The amount adjustment was successful
Declaration
Swift
case ok
-
The amount adjustment failed because adjustment notification was sent to late
Declaration
Swift
case failRequestToLate
-
The amount adjustment failed because adjusted amount is to high
Declaration
Swift
case failAmountToHigh