public class SetCustomerBillingAgreementRequestDetailsType
extends java.lang.Object
Java class for SetCustomerBillingAgreementRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetCustomerBillingAgreementRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillingAgreementDetails" type="{urn:ebay:apis:eBLBaseComponents}BillingAgreementDetailsType"/>
<element name="ReturnURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CancelURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LocaleCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PageStyle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cpp-header-image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cpp-header-border-color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cpp-header-back-color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cpp-payflow-color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BuyerEmail" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
<element name="ReqBillingAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BillingAgreementDetailsType |
billingAgreementDetails |
protected java.lang.String |
buyerEmail |
protected java.lang.String |
cancelURL |
protected java.lang.String |
cppHeaderBackColor |
protected java.lang.String |
cppHeaderBorderColor |
protected java.lang.String |
cppHeaderImage |
protected java.lang.String |
cppPayflowColor |
protected java.lang.String |
localeCode |
protected java.lang.String |
pageStyle |
protected java.lang.String |
reqBillingAddress |
protected java.lang.String |
returnURL |
| Constructor and Description |
|---|
SetCustomerBillingAgreementRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
BillingAgreementDetailsType |
getBillingAgreementDetails()
Gets the value of the billingAgreementDetails property.
|
java.lang.String |
getBuyerEmail()
Gets the value of the buyerEmail property.
|
java.lang.String |
getCancelURL()
Gets the value of the cancelURL property.
|
java.lang.String |
getCppHeaderBackColor()
Gets the value of the cppHeaderBackColor property.
|
java.lang.String |
getCppHeaderBorderColor()
Gets the value of the cppHeaderBorderColor property.
|
java.lang.String |
getCppHeaderImage()
Gets the value of the cppHeaderImage property.
|
java.lang.String |
getCppPayflowColor()
Gets the value of the cppPayflowColor property.
|
java.lang.String |
getLocaleCode()
Gets the value of the localeCode property.
|
java.lang.String |
getPageStyle()
Gets the value of the pageStyle property.
|
java.lang.String |
getReqBillingAddress()
Gets the value of the reqBillingAddress property.
|
java.lang.String |
getReturnURL()
Gets the value of the returnURL property.
|
void |
setBillingAgreementDetails(BillingAgreementDetailsType value)
Sets the value of the billingAgreementDetails property.
|
void |
setBuyerEmail(java.lang.String value)
Sets the value of the buyerEmail property.
|
void |
setCancelURL(java.lang.String value)
Sets the value of the cancelURL property.
|
void |
setCppHeaderBackColor(java.lang.String value)
Sets the value of the cppHeaderBackColor property.
|
void |
setCppHeaderBorderColor(java.lang.String value)
Sets the value of the cppHeaderBorderColor property.
|
void |
setCppHeaderImage(java.lang.String value)
Sets the value of the cppHeaderImage property.
|
void |
setCppPayflowColor(java.lang.String value)
Sets the value of the cppPayflowColor property.
|
void |
setLocaleCode(java.lang.String value)
Sets the value of the localeCode property.
|
void |
setPageStyle(java.lang.String value)
Sets the value of the pageStyle property.
|
void |
setReqBillingAddress(java.lang.String value)
Sets the value of the reqBillingAddress property.
|
void |
setReturnURL(java.lang.String value)
Sets the value of the returnURL property.
|
protected BillingAgreementDetailsType billingAgreementDetails
protected java.lang.String returnURL
protected java.lang.String cancelURL
protected java.lang.String localeCode
protected java.lang.String pageStyle
protected java.lang.String cppHeaderImage
protected java.lang.String cppHeaderBorderColor
protected java.lang.String cppHeaderBackColor
protected java.lang.String cppPayflowColor
protected java.lang.String buyerEmail
protected java.lang.String reqBillingAddress
public SetCustomerBillingAgreementRequestDetailsType()
public BillingAgreementDetailsType getBillingAgreementDetails()
BillingAgreementDetailsTypepublic void setBillingAgreementDetails(BillingAgreementDetailsType value)
value - the value
allowed object is
BillingAgreementDetailsTypepublic java.lang.String getReturnURL()
Stringpublic void setReturnURL(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCancelURL()
Stringpublic void setCancelURL(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getLocaleCode()
Stringpublic void setLocaleCode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPageStyle()
Stringpublic void setPageStyle(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCppHeaderImage()
Stringpublic void setCppHeaderImage(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCppHeaderBorderColor()
Stringpublic void setCppHeaderBorderColor(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCppHeaderBackColor()
Stringpublic void setCppHeaderBackColor(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCppPayflowColor()
Stringpublic void setCppPayflowColor(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getBuyerEmail()
Stringpublic void setBuyerEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getReqBillingAddress()
Stringpublic void setReqBillingAddress(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.