|
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<BuyerPaymentMethodCodeType>
com.ebay.soap.eBLBaseComponents.BuyerPaymentMethodCodeType
public enum BuyerPaymentMethodCodeType
Java class for BuyerPaymentMethodCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BuyerPaymentMethodCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="None"/> <enumeration value="MOCC"/> <enumeration value="AmEx"/> <enumeration value="PaymentSeeDescription"/> <enumeration value="CCAccepted"/> <enumeration value="PersonalCheck"/> <enumeration value="COD"/> <enumeration value="VisaMC"/> <enumeration value="PaisaPayAccepted"/> <enumeration value="Other"/> <enumeration value="PayPal"/> <enumeration value="Discover"/> <enumeration value="CashOnPickup"/> <enumeration value="MoneyXferAccepted"/> <enumeration value="MoneyXferAcceptedInCheckout"/> <enumeration value="OtherOnlinePayments"/> <enumeration value="Escrow"/> <enumeration value="PrePayDelivery"/> <enumeration value="CODPrePayDelivery"/> <enumeration value="PostalTransfer"/> <enumeration value="CustomCode"/> <enumeration value="LoanCheck"/> <enumeration value="CashInPerson"/> <enumeration value="ELV"/> <enumeration value="PaisaPayEscrow"/> <enumeration value="PaisaPayEscrowEMI"/> <enumeration value="IntegratedMerchantCreditCard"/> <enumeration value="Moneybookers"/> <enumeration value="Paymate"/> <enumeration value="ProPay"/> <enumeration value="PayOnPickup"/> <enumeration value="Diners"/> <enumeration value="StandardPayment"/> <enumeration value="DirectDebit"/> <enumeration value="CreditCard"/> <enumeration value="PayUponInvoice"/> <enumeration value="QIWI"/> <enumeration value="PayPalCredit"/> </restriction> </simpleType>Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).
Enum Constant Summary | |
---|---|
AM_EX
This enumeration value indicates that American Express is accepted for payment. |
|
CASH_IN_PERSON
This enumeration value indicates that cash is accepted for payment. |
|
CASH_ON_PICKUP
This enumeration value indicates that cash on pickup is accepted for payment. |
|
CC_ACCEPTED
This enumeration value indicates that credit cards are accepted for payment. |
|
COD
This enumeration value indicates that cash on delivery of item is accepted for payment. |
|
COD_PRE_PAY_DELIVERY
Reserved for future use. |
|
CREDIT_CARD
This enumeration value is returned in the response of order management calls if the seller is opted in to eBay Managed Payments, and the buyer has paid for the order with any accepted payment method except an eBay gift card. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
DINERS
This enumeration value indicates that the Diners Club credit card is accepted for payment. |
|
DIRECT_DEBIT
This value indicates that a debit card can be used/was used to pay for the order. |
|
DISCOVER
This enumeration value indicates that Discover Card is accepted for payment. |
|
ELV
Elektronisches Lastschriftverfahren (direct debit). |
|
ESCROW
Reserved for future use. |
|
INTEGRATED_MERCHANT_CREDIT_CARD
Note: This enumeration value should no longer be passed in as an accepted payment method on any eBay marketplace. |
|
LOAN_CHECK
This enumeration value indicates that a loan check is accepted for payment. |
|
MOCC
This enumeration value indicates that a money order or cashiers check is accepted for payment. |
|
MONEY_XFER_ACCEPTED
This enumeration value indicates that a direct transfer of money is accepted for payment. |
|
MONEY_XFER_ACCEPTED_IN_CHECKOUT
This enumeration value indicates that a direct transfer of money during checkout is accepted for payment. |
|
MONEYBOOKERS
Note: This payment method is no longer an acceptable form of payment. |
|
NONE
This enumeration value indicates that no payment method has been specified for the listing. |
|
OTHER
This enumeration value may be returned if the payment method is unknown. |
|
OTHER_ONLINE_PAYMENTS
This enumeration value may be returned if the payment method is unknown. |
|
PAISA_PAY_ACCEPTED
This enumeration value indicates that PaisaPay is accepted for payment. |
|
PAISA_PAY_ESCROW
This payment type is no longer applicable since eBay India is no longer a functioning site. |
|
PAISA_PAY_ESCROW_EMI
This payment type is no longer applicable since eBay India is no longer a functioning site. |
|
PAY_ON_PICKUP
PayOnPickup payment method. |
|
PAY_PAL
This enumeration value indicates that PayPal is accepted as a payment method. |
|
PAY_PAL_CREDIT
This value indicates that a PayPal credit card can be used/was used to pay for the order. |
|
PAY_UPON_INVOICE
This buyer payment method is only applicable for the Germany site and is associated with the rollout of Progressive Checkout and the Pay Upon Invoice feature. |
|
PAYMATE
Note: This payment method is no longer an acceptable form of payment. |
|
PAYMENT_SEE_DESCRIPTION
This enumeration value indicates that buyers should check the listing description for more details on payment. |
|
PERSONAL_CHECK
This enumeration value indicates that a personal check is accepted for payment. |
|
POSTAL_TRANSFER
Reserved for future use. |
|
PRE_PAY_DELIVERY
Reserved for future use. |
|
PRO_PAY
Note: This payment method is no longer an acceptable form of payment. |
|
QIWI
This value indicates that QIWI can be used/was used by Russian buyers to pay for the order. |
|
STANDARD_PAYMENT
This value is no longer used. |
|
VISA_MC
This enumeration value indicates that Visa or MasterCard are accepted for payment. |
Method Summary | |
---|---|
static BuyerPaymentMethodCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static BuyerPaymentMethodCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BuyerPaymentMethodCodeType[] |
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 BuyerPaymentMethodCodeType NONE
public static final BuyerPaymentMethodCodeType MOCC
public static final BuyerPaymentMethodCodeType AM_EX
public static final BuyerPaymentMethodCodeType PAYMENT_SEE_DESCRIPTION
public static final BuyerPaymentMethodCodeType CC_ACCEPTED
public static final BuyerPaymentMethodCodeType PERSONAL_CHECK
public static final BuyerPaymentMethodCodeType COD
public static final BuyerPaymentMethodCodeType VISA_MC
public static final BuyerPaymentMethodCodeType PAISA_PAY_ACCEPTED
public static final BuyerPaymentMethodCodeType OTHER
public static final BuyerPaymentMethodCodeType PAY_PAL
public static final BuyerPaymentMethodCodeType DISCOVER
public static final BuyerPaymentMethodCodeType CASH_ON_PICKUP
public static final BuyerPaymentMethodCodeType MONEY_XFER_ACCEPTED
public static final BuyerPaymentMethodCodeType MONEY_XFER_ACCEPTED_IN_CHECKOUT
public static final BuyerPaymentMethodCodeType OTHER_ONLINE_PAYMENTS
public static final BuyerPaymentMethodCodeType ESCROW
public static final BuyerPaymentMethodCodeType PRE_PAY_DELIVERY
public static final BuyerPaymentMethodCodeType COD_PRE_PAY_DELIVERY
public static final BuyerPaymentMethodCodeType POSTAL_TRANSFER
public static final BuyerPaymentMethodCodeType CUSTOM_CODE
public static final BuyerPaymentMethodCodeType LOAN_CHECK
public static final BuyerPaymentMethodCodeType CASH_IN_PERSON
public static final BuyerPaymentMethodCodeType ELV
public static final BuyerPaymentMethodCodeType PAISA_PAY_ESCROW
public static final BuyerPaymentMethodCodeType PAISA_PAY_ESCROW_EMI
public static final BuyerPaymentMethodCodeType INTEGRATED_MERCHANT_CREDIT_CARD
public static final BuyerPaymentMethodCodeType MONEYBOOKERS
public static final BuyerPaymentMethodCodeType PAYMATE
public static final BuyerPaymentMethodCodeType PRO_PAY
public static final BuyerPaymentMethodCodeType PAY_ON_PICKUP
public static final BuyerPaymentMethodCodeType DINERS
public static final BuyerPaymentMethodCodeType STANDARD_PAYMENT
public static final BuyerPaymentMethodCodeType DIRECT_DEBIT
public static final BuyerPaymentMethodCodeType CREDIT_CARD
CCAccepted
value will be returned instead.
public static final BuyerPaymentMethodCodeType PAY_UPON_INVOICE
public static final BuyerPaymentMethodCodeType QIWI
public static final BuyerPaymentMethodCodeType PAY_PAL_CREDIT
Method Detail |
---|
public static BuyerPaymentMethodCodeType[] values()
for (BuyerPaymentMethodCodeType c : BuyerPaymentMethodCodeType.values()) System.out.println(c);
public static BuyerPaymentMethodCodeType 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 BuyerPaymentMethodCodeType 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.