| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | ebay.apis.eblbasecomponents.ButtonTypeType | |
Java class for ButtonTypeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ButtonTypeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="BUYNOW"/>
<enumeration value="CART"/>
<enumeration value="GIFTCERTIFICATE"/>
<enumeration value="SUBSCRIBE"/>
<enumeration value="DONATE"/>
<enumeration value="UNSUBSCRIBE"/>
<enumeration value="VIEWCART"/>
<enumeration value="PAYMENTPLAN"/>
<enumeration value="AUTOBILLING"/>
<enumeration value="PAYMENT"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ButtonTypeType | AUTOBILLING | button type is AUTOBILLING | |||||||||
| ButtonTypeType | BUYNOW | button type is BUYNOW | |||||||||
| ButtonTypeType | CART | button type is CART | |||||||||
| ButtonTypeType | DONATE | button type is DONATE | |||||||||
| ButtonTypeType | GIFTCERTIFICATE | button type is GIFTCERTIFICATE | |||||||||
| ButtonTypeType | PAYMENT | button type is PAYMENT | |||||||||
| ButtonTypeType | PAYMENTPLAN | button type is PAYMENTPLAN | |||||||||
| ButtonTypeType | SUBSCRIBE | button type is SUBSCRIBE | |||||||||
| ButtonTypeType | UNSUBSCRIBE | button type is UNSUBSCRIBE | |||||||||
| ButtonTypeType | VIEWCART | button type is VIEWCART | |||||||||
|
[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
| |||||||||||