| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SetCustomerBillingAgreementRequestDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingAgreementDetails | |||||||||||
| buyerEmail | |||||||||||
| cancelURL | |||||||||||
| cppHeaderBackColor | |||||||||||
| cppHeaderBorderColor | |||||||||||
| cppHeaderImage | |||||||||||
| cppPayflowColor | |||||||||||
| localeCode | |||||||||||
| pageStyle | |||||||||||
| reqBillingAddress | |||||||||||
| returnURL | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingAgreementDetails property.
| |||||||||||
Gets the value of the buyerEmail property.
| |||||||||||
Gets the value of the cancelURL property.
| |||||||||||
Gets the value of the cppHeaderBackColor property.
| |||||||||||
Gets the value of the cppHeaderBorderColor property.
| |||||||||||
Gets the value of the cppHeaderImage property.
| |||||||||||
Gets the value of the cppPayflowColor property.
| |||||||||||
Gets the value of the localeCode property.
| |||||||||||
Gets the value of the pageStyle property.
| |||||||||||
Gets the value of the reqBillingAddress property.
| |||||||||||
Gets the value of the returnURL property.
| |||||||||||
Sets the value of the billingAgreementDetails property.
| |||||||||||
Sets the value of the buyerEmail property.
| |||||||||||
Sets the value of the cancelURL property.
| |||||||||||
Sets the value of the cppHeaderBackColor property.
| |||||||||||
Sets the value of the cppHeaderBorderColor property.
| |||||||||||
Sets the value of the cppHeaderImage property.
| |||||||||||
Sets the value of the cppPayflowColor property.
| |||||||||||
Sets the value of the localeCode property.
| |||||||||||
Sets the value of the pageStyle property.
| |||||||||||
Sets the value of the reqBillingAddress property.
| |||||||||||
Sets the value of the returnURL property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billingAgreementDetails property.
BillingAgreementDetailsType
Gets the value of the buyerEmail property.
Gets the value of the cancelURL property.
Gets the value of the cppHeaderBackColor property.
Gets the value of the cppHeaderBorderColor property.
Gets the value of the cppHeaderImage property.
Gets the value of the cppPayflowColor property.
Gets the value of the localeCode property.
Gets the value of the pageStyle property.
Gets the value of the reqBillingAddress property.
Gets the value of the returnURL property.
Sets the value of the billingAgreementDetails property.
| value | Allowed object is
BillingAgreementDetailsType
|
|---|
Sets the value of the buyerEmail property.
| value | Allowed object is String |
|---|
Sets the value of the cancelURL property.
| value | Allowed object is String |
|---|
Sets the value of the cppHeaderBackColor property.
| value | Allowed object is String |
|---|
Sets the value of the cppHeaderBorderColor property.
| value | Allowed object is String |
|---|
Sets the value of the cppHeaderImage property.
| value | Allowed object is String |
|---|
Sets the value of the cppPayflowColor property.
| value | Allowed object is String |
|---|
Sets the value of the localeCode property.
| value | Allowed object is String |
|---|
Sets the value of the pageStyle property.
| value | Allowed object is String |
|---|
Sets the value of the reqBillingAddress property.
| value | Allowed object is String |
|---|
Sets the value of the returnURL property.
| value | Allowed object is String |
|---|