public enum BuyerPaymentMethodCodeType extends java.lang.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="Other"/>
<enumeration value="PayPal"/>
<enumeration value="Discover"/>
<enumeration value="CashOnPickup"/>
<enumeration value="MoneyXferAccepted"/>
<enumeration value="MoneyXferAcceptedinCheckout"/>
<enumeration value="OtherOnlinePayments"/>
<enumeration value="CustomCode"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AM_EX
American Express
|
CASH_ON_PICKUP
Payment on delivery acceptable payment term.
|
CC_ACCEPTED
American Express
|
COD
COD
|
CUSTOM_CODE
Reserved for internal or future use.
|
DISCOVER
Discover
|
MOCC
Money order/cashiers check
|
MONEY_XFER_ACCEPTED
Direct transfer of money acceptable payment term.
|
MONEY_XFER_ACCEPTEDIN_CHECKOUT
If the seller has bank account information on file,
and MoneyXferAcceptedinCheckout = true, then
the bank account information will be displayed in
Checkout.
|
NONE
No payment method specified
|
OTHER
Other forms of payment.
|
OTHER_ONLINE_PAYMENTS
Online Escrow paid for by seller.
|
PAY_PAL
PayPal
|
PAYMENT_SEE_DESCRIPTION
Payment See Description
|
PERSONAL_CHECK
Personal check
|
VISA_MC
Visa/Mastercard
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 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_ACCEPTEDIN_CHECKOUT
public static final BuyerPaymentMethodCodeType OTHER_ONLINE_PAYMENTS
public static final BuyerPaymentMethodCodeType CUSTOM_CODE
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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static BuyerPaymentMethodCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.