com.paypal.api.payments
Class InvoicingRefundDetail

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

public class InvoicingRefundDetail
extends Object


Constructor Summary
InvoicingRefundDetail()
          Default Constructor
InvoicingRefundDetail(String type)
          Parameterized Constructor
 
Method Summary
 String getDate()
          Getter for date
 String getNote()
          Getter for note
 String getType()
          Getter for type
 InvoicingRefundDetail setDate(String date)
          Setter for date
 InvoicingRefundDetail setNote(String note)
          Setter for note
 InvoicingRefundDetail setType(String type)
          Setter for type
 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

InvoicingRefundDetail

public InvoicingRefundDetail()
Default Constructor


InvoicingRefundDetail

public InvoicingRefundDetail(String type)
Parameterized Constructor

Method Detail

setType

public InvoicingRefundDetail setType(String type)
Setter for type


getType

public String getType()
Getter for type


setDate

public InvoicingRefundDetail setDate(String date)
Setter for date


getDate

public String getDate()
Getter for date


setNote

public InvoicingRefundDetail setNote(String note)
Setter for note


getNote

public String getNote()
Getter for note


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.