java.lang.Objectcom.ibm.etill.cashier.CheckPaymentResponse
An instance of this class is returned on every call to the Cashier's CheckPayment() method.
Field Summary | |
static int | APPROVED Indicates that the order has been approved. |
static int | CANCELED Indicates that the order has been canceled. |
static int | CLOSED Indicates that the payment for the order has been closed. |
static int | DECLINED Indicates that the payment for the order has been declined. |
static int | DEPOSITED Indicates that the payment for the order has been deposited. |
static int | MISSING Indicates that the order could not be found in Commerce Payments. |
static int | PENDING Indicates that the order or its payment are pending. |
static int | REJECTED Indicates that the order has been rejected. |
static int | VOID Indicates that the payment for the order has been voided. |
Method Summary | |
short | getPrimaryReturnCode() Returns the primary return code for the query command which was issued to Commerce Payments. |
short | getSecondaryReturnCode() Returns the secondary return code for the query command which was issued to Commerce Payments. |
int | getState() Returns the state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
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
Method Detail |
public short getPrimaryReturnCode()
public short getSecondaryReturnCode()
public int getState()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.