public class

PaymentType

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

Class Overview

Java class for PaymentType complex type.

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

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

Summary

Fields
protected PaymentMeansType paymentMeans
Public Constructors
PaymentType()
Public Methods
PaymentMeansType getPaymentMeans()
Gets the value of the paymentMeans property.
void setPaymentMeans(PaymentMeansType value)
Sets the value of the paymentMeans property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PaymentMeansType paymentMeans

Public Constructors

public PaymentType ()

Public Methods

public PaymentMeansType getPaymentMeans ()

Gets the value of the paymentMeans property.

Returns

public void setPaymentMeans (PaymentMeansType value)

Sets the value of the paymentMeans property.

Parameters
value Allowed object is PaymentMeansType