public class

SetCustomerBillingAgreementResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.SetCustomerBillingAgreementResponseType

Class Overview

Java class for SetCustomerBillingAgreementResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SetCustomerBillingAgreementResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="Token" type="{urn:ebay:apis:eBLBaseComponents}ExpressCheckoutTokenType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String token
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
SetCustomerBillingAgreementResponseType()
Public Methods
String getToken()
Gets the value of the token property.
void setToken(String value)
Sets the value of the token property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected String token

Public Constructors

public SetCustomerBillingAgreementResponseType ()

Public Methods

public String getToken ()

Gets the value of the token property.

Returns
  • possible object is String

public void setToken (String value)

Sets the value of the token property.

Parameters
value Allowed object is String