|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.payment.CheckoutTransactionBehaviour
public final class CheckoutTransactionBehaviour
Represents a checkout transaction behaviour, typically either an immediate sale or a pre-authorize followed be a capture.
| Field Summary | |
|---|---|
static CheckoutTransactionBehaviour |
AUTHORIZATION
The checkout transaction behaviour is to make an authorization followed by a capture at shipping time. |
static CheckoutTransactionBehaviour |
DEFAULT
The default checkout transaction behaviour (Authorization). |
static CheckoutTransactionBehaviour |
SALE
The checkout transaction behaviour is to make an immediate sale. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CheckoutTransactionBehaviour AUTHORIZATION
public static final CheckoutTransactionBehaviour DEFAULT
public static final CheckoutTransactionBehaviour SALE
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||