public class PaymentType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected PaymentMeansType |
paymentMeans |
Constructor and Description |
---|
PaymentType() |
Modifier and Type | Method and Description |
---|---|
PaymentMeansType |
getPaymentMeans()
Gets the value of the paymentMeans property.
|
void |
setPaymentMeans(PaymentMeansType value)
Sets the value of the paymentMeans property.
|
protected PaymentMeansType paymentMeans
public PaymentMeansType getPaymentMeans()
PaymentMeansType
public void setPaymentMeans(PaymentMeansType value)
value
- the value
allowed object is
PaymentMeansType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.