public final enum

BuyerPaymentMethodCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.BuyerPaymentMethodCodeType

Class Overview

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>
 

Summary

Enum Values
BuyerPaymentMethodCodeType  AM_EX  American Express  
BuyerPaymentMethodCodeType  CASH_ON_PICKUP  Payment on delivery acceptable payment term. 
BuyerPaymentMethodCodeType  CC_ACCEPTED  American Express  
BuyerPaymentMethodCodeType  COD  COD  
BuyerPaymentMethodCodeType  CUSTOM_CODE  Reserved for internal or future use. 
BuyerPaymentMethodCodeType  DISCOVER  Discover  
BuyerPaymentMethodCodeType  MOCC  Money order/cashiers check  
BuyerPaymentMethodCodeType  MONEY_XFER_ACCEPTED  Direct transfer of money acceptable payment term. 
BuyerPaymentMethodCodeType  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. 
BuyerPaymentMethodCodeType  NONE  No payment method specified  
BuyerPaymentMethodCodeType  OTHER  Other forms of payment. 
BuyerPaymentMethodCodeType  OTHER_ONLINE_PAYMENTS  Online Escrow paid for by seller. 
BuyerPaymentMethodCodeType  PAYMENT_SEE_DESCRIPTION  Payment See Description  
BuyerPaymentMethodCodeType  PAY_PAL  PayPal  
BuyerPaymentMethodCodeType  PERSONAL_CHECK  Personal check  
BuyerPaymentMethodCodeType  VISA_MC  Visa/Mastercard  
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static BuyerPaymentMethodCodeType fromValue(String v)
String value()
static BuyerPaymentMethodCodeType valueOf(String name)
final static BuyerPaymentMethodCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BuyerPaymentMethodCodeType AM_EX

American Express

public static final BuyerPaymentMethodCodeType CASH_ON_PICKUP

Payment on delivery acceptable payment term.

public static final BuyerPaymentMethodCodeType CC_ACCEPTED

American Express

public static final BuyerPaymentMethodCodeType COD

COD

public static final BuyerPaymentMethodCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final BuyerPaymentMethodCodeType DISCOVER

Discover

public static final BuyerPaymentMethodCodeType MOCC

Money order/cashiers check

public static final BuyerPaymentMethodCodeType MONEY_XFER_ACCEPTED

Direct transfer of money acceptable payment term.

public static final BuyerPaymentMethodCodeType 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. Applicable to German site only.

public static final BuyerPaymentMethodCodeType NONE

No payment method specified

public static final BuyerPaymentMethodCodeType OTHER

Other forms of payment. Some custom method is accepted by seller as payment method in the transaction. For Motors vehicle items, this field refers to the Deposit payment method.

public static final BuyerPaymentMethodCodeType OTHER_ONLINE_PAYMENTS

Online Escrow paid for by seller.

public static final BuyerPaymentMethodCodeType PAYMENT_SEE_DESCRIPTION

Payment See Description

public static final BuyerPaymentMethodCodeType PAY_PAL

PayPal

public static final BuyerPaymentMethodCodeType PERSONAL_CHECK

Personal check

public static final BuyerPaymentMethodCodeType VISA_MC

Visa/Mastercard

Fields

private final String value

Public Methods

public static BuyerPaymentMethodCodeType fromValue (String v)

Parameters
v

public String value ()

public static BuyerPaymentMethodCodeType valueOf (String name)

Parameters
name

public static final BuyerPaymentMethodCodeType[] values ()