public class

UpdateAccessPermissionsRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.UpdateAccessPermissionsRequestType

Class Overview

Java class for UpdateAccessPermissionsRequestType complex type.

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

 <complexType name="UpdateAccessPermissionsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="PayerID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String payerID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
UpdateAccessPermissionsRequestType()
Public Methods
String getPayerID()
Gets the value of the payerID property.
void setPayerID(String value)
Sets the value of the payerID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String payerID

Public Constructors

public UpdateAccessPermissionsRequestType ()

Public Methods

public String getPayerID ()

Gets the value of the payerID property.

Returns
  • possible object is String

public void setPayerID (String value)

Sets the value of the payerID property.

Parameters
value Allowed object is String