public class

OtherPaymentMethodDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.OtherPaymentMethodDetailsType

Class Overview

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>
 

Summary

Fields
protected Boolean otherPaymentMethodHideLabel
protected String otherPaymentMethodIcon
protected String otherPaymentMethodId
protected String otherPaymentMethodLabel
protected String otherPaymentMethodLabelDescription
protected String otherPaymentMethodLongDescription
protected String otherPaymentMethodLongDescriptionTitle
protected String otherPaymentMethodType
Public Constructors
OtherPaymentMethodDetailsType()
Public Methods
String getOtherPaymentMethodIcon()
Gets the value of the otherPaymentMethodIcon property.
String getOtherPaymentMethodId()
Gets the value of the otherPaymentMethodId property.
String getOtherPaymentMethodLabel()
Gets the value of the otherPaymentMethodLabel property.
String getOtherPaymentMethodLabelDescription()
Gets the value of the otherPaymentMethodLabelDescription property.
String getOtherPaymentMethodLongDescription()
Gets the value of the otherPaymentMethodLongDescription property.
String getOtherPaymentMethodLongDescriptionTitle()
Gets the value of the otherPaymentMethodLongDescriptionTitle property.
String getOtherPaymentMethodType()
Gets the value of the otherPaymentMethodType property.
Boolean isOtherPaymentMethodHideLabel()
Gets the value of the otherPaymentMethodHideLabel property.
void setOtherPaymentMethodHideLabel(Boolean value)
Sets the value of the otherPaymentMethodHideLabel property.
void setOtherPaymentMethodIcon(String value)
Sets the value of the otherPaymentMethodIcon property.
void setOtherPaymentMethodId(String value)
Sets the value of the otherPaymentMethodId property.
void setOtherPaymentMethodLabel(String value)
Sets the value of the otherPaymentMethodLabel property.
void setOtherPaymentMethodLabelDescription(String value)
Sets the value of the otherPaymentMethodLabelDescription property.
void setOtherPaymentMethodLongDescription(String value)
Sets the value of the otherPaymentMethodLongDescription property.
void setOtherPaymentMethodLongDescriptionTitle(String value)
Sets the value of the otherPaymentMethodLongDescriptionTitle property.
void setOtherPaymentMethodType(String value)
Sets the value of the otherPaymentMethodType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean otherPaymentMethodHideLabel

protected String otherPaymentMethodIcon

protected String otherPaymentMethodId

protected String otherPaymentMethodLabel

protected String otherPaymentMethodLabelDescription

protected String otherPaymentMethodLongDescription

protected String otherPaymentMethodLongDescriptionTitle

protected String otherPaymentMethodType

Public Constructors

public OtherPaymentMethodDetailsType ()

Public Methods

public String getOtherPaymentMethodIcon ()

Gets the value of the otherPaymentMethodIcon property.

Returns
  • possible object is String

public String getOtherPaymentMethodId ()

Gets the value of the otherPaymentMethodId property.

Returns
  • possible object is String

public String getOtherPaymentMethodLabel ()

Gets the value of the otherPaymentMethodLabel property.

Returns
  • possible object is String

public String getOtherPaymentMethodLabelDescription ()

Gets the value of the otherPaymentMethodLabelDescription property.

Returns
  • possible object is String

public String getOtherPaymentMethodLongDescription ()

Gets the value of the otherPaymentMethodLongDescription property.

Returns
  • possible object is String

public String getOtherPaymentMethodLongDescriptionTitle ()

Gets the value of the otherPaymentMethodLongDescriptionTitle property.

Returns
  • possible object is String

public String getOtherPaymentMethodType ()

Gets the value of the otherPaymentMethodType property.

Returns
  • possible object is String

public Boolean isOtherPaymentMethodHideLabel ()

Gets the value of the otherPaymentMethodHideLabel property.

Returns
  • possible object is Boolean

public void setOtherPaymentMethodHideLabel (Boolean value)

Sets the value of the otherPaymentMethodHideLabel property.

Parameters
value Allowed object is Boolean

public void setOtherPaymentMethodIcon (String value)

Sets the value of the otherPaymentMethodIcon property.

Parameters
value Allowed object is String

public void setOtherPaymentMethodId (String value)

Sets the value of the otherPaymentMethodId property.

Parameters
value Allowed object is String

public void setOtherPaymentMethodLabel (String value)

Sets the value of the otherPaymentMethodLabel property.

Parameters
value Allowed object is String

public void setOtherPaymentMethodLabelDescription (String value)

Sets the value of the otherPaymentMethodLabelDescription property.

Parameters
value Allowed object is String

public void setOtherPaymentMethodLongDescription (String value)

Sets the value of the otherPaymentMethodLongDescription property.

Parameters
value Allowed object is String

public void setOtherPaymentMethodLongDescriptionTitle (String value)

Sets the value of the otherPaymentMethodLongDescriptionTitle property.

Parameters
value Allowed object is String

public void setOtherPaymentMethodType (String value)

Sets the value of the otherPaymentMethodType property.

Parameters
value Allowed object is String