| Package | Description |
|---|---|
| com.secutix.plugin.paymentintegration.dto.order | |
| com.secutix.plugin.paymentintegration.service |
| Modifier and Type | Method and Description |
|---|---|
static OrderAbandonedReason |
OrderAbandonedReason.fromValue(String v) |
static OrderAbandonedReason |
OrderAbandonedReason.fromValue(String v) |
static OrderAbandonedReason |
OrderAbandonedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderAbandonedReason |
OrderAbandonedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderAbandonedReason[] |
OrderAbandonedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static OrderAbandonedReason[] |
OrderAbandonedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default WebMethodResult |
ExternalOrderService.abandonOrder(Long orderId,
OrderAbandonedReason reason)
To abandon an order in state OPEN.
|
default WebMethodResult |
ExternalOrderService.abandonOrder(Long orderId,
OrderAbandonedReason reason)
To abandon an order in state OPEN.
|
Copyright © 2021. All rights reserved.