| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.OtherPaymentMethodDetailsType |
Lists the Payment Methods (other than PayPal) that the use can pay with e.g. Money Order.
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>Optional.
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
Java class for OtherPaymentMethodDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherPaymentMethodDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OtherPaymentMethodId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodLabelDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodLongDescriptionTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodLongDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodIcon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodHideLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| otherPaymentMethodHideLabel | |||||||||||
| otherPaymentMethodIcon | |||||||||||
| otherPaymentMethodId | |||||||||||
| otherPaymentMethodLabel | |||||||||||
| otherPaymentMethodLabelDescription | |||||||||||
| otherPaymentMethodLongDescription | |||||||||||
| otherPaymentMethodLongDescriptionTitle | |||||||||||
| otherPaymentMethodType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the otherPaymentMethodIcon property.
| |||||||||||
Gets the value of the otherPaymentMethodId property.
| |||||||||||
Gets the value of the otherPaymentMethodLabel property.
| |||||||||||
Gets the value of the otherPaymentMethodLabelDescription property.
| |||||||||||
Gets the value of the otherPaymentMethodLongDescription property.
| |||||||||||
Gets the value of the otherPaymentMethodLongDescriptionTitle property.
| |||||||||||
Gets the value of the otherPaymentMethodType property.
| |||||||||||
Gets the value of the otherPaymentMethodHideLabel property.
| |||||||||||
Sets the value of the otherPaymentMethodHideLabel property.
| |||||||||||
Sets the value of the otherPaymentMethodIcon property.
| |||||||||||
Sets the value of the otherPaymentMethodId property.
| |||||||||||
Sets the value of the otherPaymentMethodLabel property.
| |||||||||||
Sets the value of the otherPaymentMethodLabelDescription property.
| |||||||||||
Sets the value of the otherPaymentMethodLongDescription property.
| |||||||||||
Sets the value of the otherPaymentMethodLongDescriptionTitle property.
| |||||||||||
Sets the value of the otherPaymentMethodType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the otherPaymentMethodIcon property.
Gets the value of the otherPaymentMethodId property.
Gets the value of the otherPaymentMethodLabel property.
Gets the value of the otherPaymentMethodLabelDescription property.
Gets the value of the otherPaymentMethodLongDescription property.
Gets the value of the otherPaymentMethodLongDescriptionTitle property.
Gets the value of the otherPaymentMethodType property.
Gets the value of the otherPaymentMethodHideLabel property.
Sets the value of the otherPaymentMethodHideLabel property.
| value | Allowed object is Boolean |
|---|
Sets the value of the otherPaymentMethodIcon property.
| value | Allowed object is String |
|---|
Sets the value of the otherPaymentMethodId property.
| value | Allowed object is String |
|---|
Sets the value of the otherPaymentMethodLabel property.
| value | Allowed object is String |
|---|
Sets the value of the otherPaymentMethodLabelDescription property.
| value | Allowed object is String |
|---|
Sets the value of the otherPaymentMethodLongDescription property.
| value | Allowed object is String |
|---|
Sets the value of the otherPaymentMethodLongDescriptionTitle property.
| value | Allowed object is String |
|---|
Sets the value of the otherPaymentMethodType property.
| value | Allowed object is String |
|---|