com.paypal.api.payments
Class Details

java.lang.Object
  extended by com.paypal.api.payments.Details

public class Details
extends Object


Constructor Summary
Details()
          Default Constructor
 
Method Summary
 String getFee()
          Getter for fee
 String getGiftWrap()
          Getter for giftWrap
 String getHandlingFee()
          Getter for handlingFee
 String getShipping()
          Getter for shipping
 String getSubtotal()
          Getter for subtotal
 String getTax()
          Getter for tax
 Details setFee(String fee)
          Setter for fee
 Details setGiftWrap(String giftWrap)
          Setter for giftWrap
 Details setHandlingFee(String handlingFee)
          Setter for handlingFee
 Details setShipping(String shipping)
          Setter for shipping
 Details setSubtotal(String subtotal)
          Setter for subtotal
 Details setTax(String tax)
          Setter for tax
 String toJSON()
          Returns a JSON string corresponding to object state
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Details

public Details()
Default Constructor

Method Detail

setShipping

public Details setShipping(String shipping)
Setter for shipping


getShipping

public String getShipping()
Getter for shipping


setSubtotal

public Details setSubtotal(String subtotal)
Setter for subtotal


getSubtotal

public String getSubtotal()
Getter for subtotal


setTax

public Details setTax(String tax)
Setter for tax


getTax

public String getTax()
Getter for tax


setFee

public Details setFee(String fee)
Setter for fee


getFee

public String getFee()
Getter for fee


setHandlingFee

public Details setHandlingFee(String handlingFee)
Setter for handlingFee


getHandlingFee

public String getHandlingFee()
Getter for handlingFee


setGiftWrap

public Details setGiftWrap(String giftWrap)
Setter for giftWrap


getGiftWrap

public String getGiftWrap()
Getter for giftWrap


toJSON

public String toJSON()
Returns a JSON string corresponding to object state

Returns:
JSON representation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.