public class

PaymentMeansType

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

Class Overview

Java class for PaymentMeansType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PaymentMeansType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TypeCodeID" type="{urn:ebay:apis:eBLBaseComponents}SellerPaymentMethodCodeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SellerPaymentMethodCodeType typeCodeID
Public Constructors
PaymentMeansType()
Public Methods
SellerPaymentMethodCodeType getTypeCodeID()
Gets the value of the typeCodeID property.
void setTypeCodeID(SellerPaymentMethodCodeType value)
Sets the value of the typeCodeID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SellerPaymentMethodCodeType typeCodeID

Public Constructors

public PaymentMeansType ()

Public Methods

public SellerPaymentMethodCodeType getTypeCodeID ()

Gets the value of the typeCodeID property.

Returns

public void setTypeCodeID (SellerPaymentMethodCodeType value)

Sets the value of the typeCodeID property.

Parameters
value Allowed object is SellerPaymentMethodCodeType