urn.ebay.api.PayPalAPI
Class UpdateAuthorizationRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractRequestType
      extended by urn.ebay.api.PayPalAPI.UpdateAuthorizationRequestType

public class UpdateAuthorizationRequestType
extends AbstractRequestType

The value of the authorizationâtransaction identification number returned by a PayPal product. Required Character length and limits: 19 single-byte characters maximum


Constructor Summary
UpdateAuthorizationRequestType()
          Default Constructor
UpdateAuthorizationRequestType(String transactionID)
          Constructor with arguments
 
Method Summary
 String getIPAddress()
          Getter for iPAddress
 AddressType getShipToAddress()
          Getter for shipToAddress
 String getShipToStore()
          Getter for shipToStore
 String getTransactionID()
          Getter for transactionID
 void setIPAddress(String iPAddress)
          Setter for iPAddress
 void setShipToAddress(AddressType shipToAddress)
          Setter for shipToAddress
 void setShipToStore(String shipToStore)
          Setter for shipToStore
 void setTransactionID(String transactionID)
          Setter for transactionID
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractRequestType
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateAuthorizationRequestType

public UpdateAuthorizationRequestType(String transactionID)
Constructor with arguments


UpdateAuthorizationRequestType

public UpdateAuthorizationRequestType()
Default Constructor

Method Detail

getTransactionID

public String getTransactionID()
Getter for transactionID


setTransactionID

public void setTransactionID(String transactionID)
Setter for transactionID


getShipToAddress

public AddressType getShipToAddress()
Getter for shipToAddress


setShipToAddress

public void setShipToAddress(AddressType shipToAddress)
Setter for shipToAddress


getIPAddress

public String getIPAddress()
Getter for iPAddress


setIPAddress

public void setIPAddress(String iPAddress)
Setter for iPAddress


getShipToStore

public String getShipToStore()
Getter for shipToStore


setShipToStore

public void setShipToStore(String shipToStore)
Setter for shipToStore


toXMLString

public String toXMLString(String prefix,
                          String name)
Overrides:
toXMLString in class AbstractRequestType


Copyright © 2014. All Rights Reserved.