urn.ebay.api.PayPalAPI
Class DoAuthorizationRequestType

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

public class DoAuthorizationRequestType
extends AbstractRequestType

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


Constructor Summary
DoAuthorizationRequestType()
          Default Constructor
DoAuthorizationRequestType(String transactionID, BasicAmountType amount)
          Constructor with arguments
 
Method Summary
 BasicAmountType getAmount()
          Getter for amount
 String getCustom()
          Getter for custom
 BasicAmountType getHandlingTotal()
          Getter for handlingTotal
 BasicAmountType getInsuranceTotal()
          Getter for insuranceTotal
 String getIPAddress()
          Getter for iPAddress
 BasicAmountType getItemTotal()
          Getter for itemTotal
 String getMsgSubID()
          Getter for msgSubID
 String getOrderDescription()
          Getter for orderDescription
 List<PaymentDetailsItemType> getPaymentDetailsItem()
          Getter for paymentDetailsItem
 BasicAmountType getShippingDiscount()
          Getter for shippingDiscount
 BasicAmountType getShippingTotal()
          Getter for shippingTotal
 AddressType getShipToAddress()
          Getter for shipToAddress
 String getShipToStore()
          Getter for shipToStore
 BasicAmountType getTaxTotal()
          Getter for taxTotal
 TransactionEntityType getTransactionEntity()
          Getter for transactionEntity
 String getTransactionID()
          Getter for transactionID
 void setAmount(BasicAmountType amount)
          Setter for amount
 void setCustom(String custom)
          Setter for custom
 void setHandlingTotal(BasicAmountType handlingTotal)
          Setter for handlingTotal
 void setInsuranceTotal(BasicAmountType insuranceTotal)
          Setter for insuranceTotal
 void setIPAddress(String iPAddress)
          Setter for iPAddress
 void setItemTotal(BasicAmountType itemTotal)
          Setter for itemTotal
 void setMsgSubID(String msgSubID)
          Setter for msgSubID
 void setOrderDescription(String orderDescription)
          Setter for orderDescription
 void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
          Setter for paymentDetailsItem
 void setShippingDiscount(BasicAmountType shippingDiscount)
          Setter for shippingDiscount
 void setShippingTotal(BasicAmountType shippingTotal)
          Setter for shippingTotal
 void setShipToAddress(AddressType shipToAddress)
          Setter for shipToAddress
 void setShipToStore(String shipToStore)
          Setter for shipToStore
 void setTaxTotal(BasicAmountType taxTotal)
          Setter for taxTotal
 void setTransactionEntity(TransactionEntityType transactionEntity)
          Setter for transactionEntity
 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

DoAuthorizationRequestType

public DoAuthorizationRequestType(String transactionID,
                                  BasicAmountType amount)
Constructor with arguments


DoAuthorizationRequestType

public DoAuthorizationRequestType()
Default Constructor

Method Detail

getTransactionID

public String getTransactionID()
Getter for transactionID


setTransactionID

public void setTransactionID(String transactionID)
Setter for transactionID


getTransactionEntity

public TransactionEntityType getTransactionEntity()
Getter for transactionEntity


setTransactionEntity

public void setTransactionEntity(TransactionEntityType transactionEntity)
Setter for transactionEntity


getAmount

public BasicAmountType getAmount()
Getter for amount


setAmount

public void setAmount(BasicAmountType amount)
Setter for amount


getShipToAddress

public AddressType getShipToAddress()
Getter for shipToAddress


setShipToAddress

public void setShipToAddress(AddressType shipToAddress)
Setter for shipToAddress


getPaymentDetailsItem

public List<PaymentDetailsItemType> getPaymentDetailsItem()
Getter for paymentDetailsItem


setPaymentDetailsItem

public void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
Setter for paymentDetailsItem


getItemTotal

public BasicAmountType getItemTotal()
Getter for itemTotal


setItemTotal

public void setItemTotal(BasicAmountType itemTotal)
Setter for itemTotal


getShippingTotal

public BasicAmountType getShippingTotal()
Getter for shippingTotal


setShippingTotal

public void setShippingTotal(BasicAmountType shippingTotal)
Setter for shippingTotal


getHandlingTotal

public BasicAmountType getHandlingTotal()
Getter for handlingTotal


setHandlingTotal

public void setHandlingTotal(BasicAmountType handlingTotal)
Setter for handlingTotal


getTaxTotal

public BasicAmountType getTaxTotal()
Getter for taxTotal


setTaxTotal

public void setTaxTotal(BasicAmountType taxTotal)
Setter for taxTotal


getInsuranceTotal

public BasicAmountType getInsuranceTotal()
Getter for insuranceTotal


setInsuranceTotal

public void setInsuranceTotal(BasicAmountType insuranceTotal)
Setter for insuranceTotal


getShippingDiscount

public BasicAmountType getShippingDiscount()
Getter for shippingDiscount


setShippingDiscount

public void setShippingDiscount(BasicAmountType shippingDiscount)
Setter for shippingDiscount


getOrderDescription

public String getOrderDescription()
Getter for orderDescription


setOrderDescription

public void setOrderDescription(String orderDescription)
Setter for orderDescription


getCustom

public String getCustom()
Getter for custom


setCustom

public void setCustom(String custom)
Setter for custom


getMsgSubID

public String getMsgSubID()
Getter for msgSubID


setMsgSubID

public void setMsgSubID(String msgSubID)
Setter for msgSubID


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.