public class PaymentDirectivesType
extends java.lang.Object
Java class for PaymentDirectivesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentDirectivesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentType" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullPaymentCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MerchantPullPaymentCodeType |
paymentType |
| Constructor and Description |
|---|
PaymentDirectivesType() |
| Modifier and Type | Method and Description |
|---|---|
MerchantPullPaymentCodeType |
getPaymentType()
Gets the value of the paymentType property.
|
void |
setPaymentType(MerchantPullPaymentCodeType value)
Sets the value of the paymentType property.
|
protected MerchantPullPaymentCodeType paymentType
public MerchantPullPaymentCodeType getPaymentType()
MerchantPullPaymentCodeTypepublic void setPaymentType(MerchantPullPaymentCodeType value)
value - the value
allowed object is
MerchantPullPaymentCodeTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.