com.paypal.api.payments
Class PaymentDetail

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

public class PaymentDetail
extends Object


Constructor Summary
PaymentDetail()
          Default Constructor
PaymentDetail(String method)
          Parameterized Constructor
 
Method Summary
 String getDate()
          Getter for date
 String getMethod()
          Getter for method
 String getNote()
          Getter for note
 String getTransactionId()
          Getter for transactionId
 String getTransactionType()
          Getter for transactionType
 String getType()
          Getter for type
 PaymentDetail setDate(String date)
          Setter for date
 PaymentDetail setMethod(String method)
          Setter for method
 PaymentDetail setNote(String note)
          Setter for note
 PaymentDetail setTransactionId(String transactionId)
          Setter for transactionId
 PaymentDetail setTransactionType(String transactionType)
          Setter for transactionType
 PaymentDetail 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

PaymentDetail

public PaymentDetail()
Default Constructor


PaymentDetail

public PaymentDetail(String method)
Parameterized Constructor

Method Detail

setType

public PaymentDetail setType(String type)
Setter for type


getType

public String getType()
Getter for type


setTransactionId

public PaymentDetail setTransactionId(String transactionId)
Setter for transactionId


getTransactionId

public String getTransactionId()
Getter for transactionId


setTransactionType

public PaymentDetail setTransactionType(String transactionType)
Setter for transactionType


getTransactionType

public String getTransactionType()
Getter for transactionType


setDate

public PaymentDetail setDate(String date)
Setter for date


getDate

public String getDate()
Getter for date


setMethod

public PaymentDetail setMethod(String method)
Setter for method


getMethod

public String getMethod()
Getter for method


setNote

public PaymentDetail 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.