|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PaidStatusCodeType>
com.ebay.soap.eBLBaseComponents.PaidStatusCodeType
public enum PaidStatusCodeType
Java class for PaidStatusCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PaidStatusCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="NotPaid"/> <enumeration value="BuyerHasNotCompletedCheckout"/> <enumeration value="PaymentPendingWithPayPal"/> <enumeration value="PaidWithPayPal"/> <enumeration value="MarkedAsPaid"/> <enumeration value="PaymentPendingWithEscrow"/> <enumeration value="PaidWithEscrow"/> <enumeration value="EscrowPaymentCancelled"/> <enumeration value="PaymentPendingWithPaisaPay"/> <enumeration value="PaidWithPaisaPay"/> <enumeration value="PaymentPending"/> <enumeration value="PaymentPendingWithPaisaPayEscrow"/> <enumeration value="PaidWithPaisaPayEscrow"/> <enumeration value="PaisaPayNotPaid"/> <enumeration value="Refunded"/> <enumeration value="WaitingForCODPayment"/> <enumeration value="PaidCOD"/> <enumeration value="CustomCode"/> <enumeration value="Paid"/> <enumeration value="PayUponInvoice"/> </restriction> </simpleType>Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).
Enum Constant Summary | |
---|---|
BUYER_HAS_NOT_COMPLETED_CHECKOUT
The buyer has not completed the checkout process and so has not made payment. |
|
CUSTOM_CODE
Reserved for future use. |
|
ESCROW_PAYMENT_CANCELLED
No longer an applicable value. |
|
MARKED_AS_PAID
The order is marked as paid by either the buyer or seller. |
|
NOT_PAID
The buyer has completed checkout, but eBay has not recognized that the buyer has paid for the order. |
|
PAID
The order has been paid for. |
|
PAID_COD
The buyer has paid for the order with the COD payment method. |
|
PAID_WITH_ESCROW
No longer an applicable value. |
|
PAID_WITH_PAISA_PAY
PaisaPay is a deprecated payment method, so this value is no longer applicable. |
|
PAID_WITH_PAISA_PAY_ESCROW
PaisaPay is a deprecated payment method, so this value is no longer applicable. |
|
PAID_WITH_PAY_PAL
The buyer has made a PayPal payment, and the payment is complete. |
|
PAISA_PAY_NOT_PAID
PaisaPay is a deprecated payment method, so this value is no longer applicable. |
|
PAY_UPON_INVOICE
This value indicates that the buyer was offered the 'Pay Upon Invoice' option. |
|
PAYMENT_PENDING
The buyer has made a payment other than PayPal, but the payment is still being processed. |
|
PAYMENT_PENDING_WITH_ESCROW
No longer an applicable value. |
|
PAYMENT_PENDING_WITH_PAISA_PAY
PaisaPay is a deprecated payment method, so this value is no longer applicable. |
|
PAYMENT_PENDING_WITH_PAISA_PAY_ESCROW
PaisaPay is a deprecated payment method, so this value is no longer applicable. |
|
PAYMENT_PENDING_WITH_PAY_PAL
The buyer has made a PayPal payment, but the seller has not yet received it. |
|
REFUNDED
The buyer's payment was refunded. |
|
WAITING_FOR_COD_PAYMENT
The selected payment method is COD and the buyer will make the payment upon delivery. |
Method Summary | |
---|---|
static PaidStatusCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static PaidStatusCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PaidStatusCodeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PaidStatusCodeType NOT_PAID
public static final PaidStatusCodeType BUYER_HAS_NOT_COMPLETED_CHECKOUT
public static final PaidStatusCodeType PAYMENT_PENDING_WITH_PAY_PAL
public static final PaidStatusCodeType PAID_WITH_PAY_PAL
public static final PaidStatusCodeType MARKED_AS_PAID
public static final PaidStatusCodeType PAYMENT_PENDING_WITH_ESCROW
public static final PaidStatusCodeType PAID_WITH_ESCROW
public static final PaidStatusCodeType ESCROW_PAYMENT_CANCELLED
public static final PaidStatusCodeType PAYMENT_PENDING_WITH_PAISA_PAY
public static final PaidStatusCodeType PAID_WITH_PAISA_PAY
public static final PaidStatusCodeType PAYMENT_PENDING
public static final PaidStatusCodeType PAYMENT_PENDING_WITH_PAISA_PAY_ESCROW
public static final PaidStatusCodeType PAID_WITH_PAISA_PAY_ESCROW
public static final PaidStatusCodeType PAISA_PAY_NOT_PAID
public static final PaidStatusCodeType REFUNDED
public static final PaidStatusCodeType WAITING_FOR_COD_PAYMENT
public static final PaidStatusCodeType PAID_COD
public static final PaidStatusCodeType CUSTOM_CODE
public static final PaidStatusCodeType PAID
public static final PaidStatusCodeType PAY_UPON_INVOICE
Method Detail |
---|
public static PaidStatusCodeType[] values()
for (PaidStatusCodeType c : PaidStatusCodeType.values()) System.out.println(c);
public static PaidStatusCodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static PaidStatusCodeType fromValue(java.lang.String v)
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.