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