public class CheckPaymentResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int | APPROVED
Deprecated.
Indicates that the order has been approved.
|
static int | CANCELED
Deprecated.
Indicates that the order has been canceled.
|
static int | CLOSED
Deprecated.
Indicates that the payment for the order has been closed.
|
static int | DECLINED
Deprecated.
Indicates that the payment for the order has been declined.
|
static int | DEPOSITED
Deprecated.
Indicates that the payment for the order has been deposited.
|
static int | MISSING
Deprecated.
Indicates that the order could not be found in Commerce Payments.
|
static int | PENDING
Deprecated.
Indicates that the order or its payment are pending.
|
static int | REJECTED
Deprecated.
Indicates that the order has been rejected.
|
static int | VOID
Deprecated.
Indicates that the payment for the order has been voided.
|
Modifier and Type | Method and Description |
---|---|
short | getPrimaryReturnCode()
Deprecated.
Returns the primary return code for the query command which was issued to Commerce Payments.
|
short | getSecondaryReturnCode()
Deprecated.
Returns the secondary return code for the query command which was issued to Commerce Payments.
|
int | getState()
Deprecated.
Returns the state.
|
public static final int APPROVED
public static final int DEPOSITED
public static final int CLOSED
public static final int PENDING
public static final int CANCELED
public static final int REJECTED
public static final int VOID
public static final int DECLINED
public static final int MISSING
public short getPrimaryReturnCode()
public short getSecondaryReturnCode()
public int getState()