public class BAUpdateResponseDetailsType
extends java.lang.Object
Java class for BAUpdateResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BAUpdateResponseDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BillingAgreementID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="BillingAgreementDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BillingAgreementStatus" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullStatusCodeType"/> <element name="BillingAgreementCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/> <element name="BillingAgreementMax" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="BillingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AddressType |
billingAddress |
protected java.lang.String |
billingAgreementCustom |
protected java.lang.String |
billingAgreementDescription |
protected java.lang.String |
billingAgreementID |
protected BasicAmountType |
billingAgreementMax |
protected MerchantPullStatusCodeType |
billingAgreementStatus |
protected PayerInfoType |
payerInfo |
Constructor and Description |
---|
BAUpdateResponseDetailsType() |
Modifier and Type | Method and Description |
---|---|
AddressType |
getBillingAddress()
Gets the value of the billingAddress property.
|
java.lang.String |
getBillingAgreementCustom()
Gets the value of the billingAgreementCustom property.
|
java.lang.String |
getBillingAgreementDescription()
Gets the value of the billingAgreementDescription property.
|
java.lang.String |
getBillingAgreementID()
Gets the value of the billingAgreementID property.
|
BasicAmountType |
getBillingAgreementMax()
Gets the value of the billingAgreementMax property.
|
MerchantPullStatusCodeType |
getBillingAgreementStatus()
Gets the value of the billingAgreementStatus property.
|
PayerInfoType |
getPayerInfo()
Gets the value of the payerInfo property.
|
void |
setBillingAddress(AddressType value)
Sets the value of the billingAddress 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 |
setBillingAgreementID(java.lang.String value)
Sets the value of the billingAgreementID property.
|
void |
setBillingAgreementMax(BasicAmountType value)
Sets the value of the billingAgreementMax property.
|
void |
setBillingAgreementStatus(MerchantPullStatusCodeType value)
Sets the value of the billingAgreementStatus property.
|
void |
setPayerInfo(PayerInfoType value)
Sets the value of the payerInfo property.
|
protected java.lang.String billingAgreementID
protected java.lang.String billingAgreementDescription
protected MerchantPullStatusCodeType billingAgreementStatus
protected java.lang.String billingAgreementCustom
protected PayerInfoType payerInfo
protected BasicAmountType billingAgreementMax
protected AddressType billingAddress
public java.lang.String getBillingAgreementID()
String
public void setBillingAgreementID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getBillingAgreementDescription()
String
public void setBillingAgreementDescription(java.lang.String value)
value
- the value
allowed object is
String
public MerchantPullStatusCodeType getBillingAgreementStatus()
MerchantPullStatusCodeType
public void setBillingAgreementStatus(MerchantPullStatusCodeType value)
value
- the value
allowed object is
MerchantPullStatusCodeType
public java.lang.String getBillingAgreementCustom()
String
public void setBillingAgreementCustom(java.lang.String value)
value
- the value
allowed object is
String
public PayerInfoType getPayerInfo()
PayerInfoType
public void setPayerInfo(PayerInfoType value)
value
- the value
allowed object is
PayerInfoType
public BasicAmountType getBillingAgreementMax()
BasicAmountType
public void setBillingAgreementMax(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public AddressType getBillingAddress()
AddressType
public void setBillingAddress(AddressType value)
value
- the value
allowed object is
AddressType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.