| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | ebay.apis.eblbasecomponents.SellerPaymentMethodCodeType | |
Java class for SellerPaymentMethodCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SellerPaymentMethodCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Other"/>
<enumeration value="Amex"/>
<enumeration value="Visa"/>
<enumeration value="Mastercard"/>
<enumeration value="Discover"/>
<enumeration value="JCB"/>
<enumeration value="Diners"/>
<enumeration value="CustomCode"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SellerPaymentMethodCodeType | AMEX | Amex | |||||||||
| SellerPaymentMethodCodeType | CUSTOM_CODE | Reserved for internal or future use. | |||||||||
| SellerPaymentMethodCodeType | DINERS | Diners | |||||||||
| SellerPaymentMethodCodeType | DISCOVER | Discover | |||||||||
| SellerPaymentMethodCodeType | JCB | JCB | |||||||||
| SellerPaymentMethodCodeType | MASTERCARD | Mastercard | |||||||||
| SellerPaymentMethodCodeType | OTHER | No payment method specified - some other payment method. | |||||||||
| SellerPaymentMethodCodeType | VISA | Visa | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
No payment method specified - some other payment method.