public class

SetCustomerBillingAgreementRequestDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.SetCustomerBillingAgreementRequestDetailsType

Class Overview

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>
 

Summary

Fields
protected BillingAgreementDetailsType billingAgreementDetails
protected String buyerEmail
protected String cancelURL
protected String cppHeaderBackColor
protected String cppHeaderBorderColor
protected String cppHeaderImage
protected String cppPayflowColor
protected String localeCode
protected String pageStyle
protected String reqBillingAddress
protected String returnURL
Public Constructors
SetCustomerBillingAgreementRequestDetailsType()
Public Methods
BillingAgreementDetailsType getBillingAgreementDetails()
Gets the value of the billingAgreementDetails property.
String getBuyerEmail()
Gets the value of the buyerEmail property.
String getCancelURL()
Gets the value of the cancelURL property.
String getCppHeaderBackColor()
Gets the value of the cppHeaderBackColor property.
String getCppHeaderBorderColor()
Gets the value of the cppHeaderBorderColor property.
String getCppHeaderImage()
Gets the value of the cppHeaderImage property.
String getCppPayflowColor()
Gets the value of the cppPayflowColor property.
String getLocaleCode()
Gets the value of the localeCode property.
String getPageStyle()
Gets the value of the pageStyle property.
String getReqBillingAddress()
Gets the value of the reqBillingAddress property.
String getReturnURL()
Gets the value of the returnURL property.
void setBillingAgreementDetails(BillingAgreementDetailsType value)
Sets the value of the billingAgreementDetails property.
void setBuyerEmail(String value)
Sets the value of the buyerEmail property.
void setCancelURL(String value)
Sets the value of the cancelURL property.
void setCppHeaderBackColor(String value)
Sets the value of the cppHeaderBackColor property.
void setCppHeaderBorderColor(String value)
Sets the value of the cppHeaderBorderColor property.
void setCppHeaderImage(String value)
Sets the value of the cppHeaderImage property.
void setCppPayflowColor(String value)
Sets the value of the cppPayflowColor property.
void setLocaleCode(String value)
Sets the value of the localeCode property.
void setPageStyle(String value)
Sets the value of the pageStyle property.
void setReqBillingAddress(String value)
Sets the value of the reqBillingAddress property.
void setReturnURL(String value)
Sets the value of the returnURL property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BillingAgreementDetailsType billingAgreementDetails

protected String buyerEmail

protected String cancelURL

protected String cppHeaderBackColor

protected String cppHeaderBorderColor

protected String cppHeaderImage

protected String cppPayflowColor

protected String localeCode

protected String pageStyle

protected String reqBillingAddress

protected String returnURL

Public Constructors

public SetCustomerBillingAgreementRequestDetailsType ()

Public Methods

public BillingAgreementDetailsType getBillingAgreementDetails ()

Gets the value of the billingAgreementDetails property.

Returns

public String getBuyerEmail ()

Gets the value of the buyerEmail property.

Returns
  • possible object is String

public String getCancelURL ()

Gets the value of the cancelURL property.

Returns
  • possible object is String

public String getCppHeaderBackColor ()

Gets the value of the cppHeaderBackColor property.

Returns
  • possible object is String

public String getCppHeaderBorderColor ()

Gets the value of the cppHeaderBorderColor property.

Returns
  • possible object is String

public String getCppHeaderImage ()

Gets the value of the cppHeaderImage property.

Returns
  • possible object is String

public String getCppPayflowColor ()

Gets the value of the cppPayflowColor property.

Returns
  • possible object is String

public String getLocaleCode ()

Gets the value of the localeCode property.

Returns
  • possible object is String

public String getPageStyle ()

Gets the value of the pageStyle property.

Returns
  • possible object is String

public String getReqBillingAddress ()

Gets the value of the reqBillingAddress property.

Returns
  • possible object is String

public String getReturnURL ()

Gets the value of the returnURL property.

Returns
  • possible object is String

public void setBillingAgreementDetails (BillingAgreementDetailsType value)

Sets the value of the billingAgreementDetails property.

Parameters
value Allowed object is BillingAgreementDetailsType

public void setBuyerEmail (String value)

Sets the value of the buyerEmail property.

Parameters
value Allowed object is String

public void setCancelURL (String value)

Sets the value of the cancelURL property.

Parameters
value Allowed object is String

public void setCppHeaderBackColor (String value)

Sets the value of the cppHeaderBackColor property.

Parameters
value Allowed object is String

public void setCppHeaderBorderColor (String value)

Sets the value of the cppHeaderBorderColor property.

Parameters
value Allowed object is String

public void setCppHeaderImage (String value)

Sets the value of the cppHeaderImage property.

Parameters
value Allowed object is String

public void setCppPayflowColor (String value)

Sets the value of the cppPayflowColor property.

Parameters
value Allowed object is String

public void setLocaleCode (String value)

Sets the value of the localeCode property.

Parameters
value Allowed object is String

public void setPageStyle (String value)

Sets the value of the pageStyle property.

Parameters
value Allowed object is String

public void setReqBillingAddress (String value)

Sets the value of the reqBillingAddress property.

Parameters
value Allowed object is String

public void setReturnURL (String value)

Sets the value of the returnURL property.

Parameters
value Allowed object is String