com.paypal.api.payments
Class InvoicingPaymentDetail

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

public class InvoicingPaymentDetail
extends Object


Constructor Summary
InvoicingPaymentDetail()
          Default Constructor
InvoicingPaymentDetail(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
 InvoicingPaymentDetail setDate(String date)
          Setter for date
 InvoicingPaymentDetail setMethod(String method)
          Setter for method
 InvoicingPaymentDetail setNote(String note)
          Setter for note
 InvoicingPaymentDetail setTransactionId(String transactionId)
          Setter for transactionId
 InvoicingPaymentDetail setTransactionType(String transactionType)
          Setter for transactionType
 InvoicingPaymentDetail 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

InvoicingPaymentDetail

public InvoicingPaymentDetail()
Default Constructor


InvoicingPaymentDetail

public InvoicingPaymentDetail(String method)
Parameterized Constructor

Method Detail

setType

public InvoicingPaymentDetail setType(String type)
Setter for type


getType

public String getType()
Getter for type


setTransactionId

public InvoicingPaymentDetail setTransactionId(String transactionId)
Setter for transactionId


getTransactionId

public String getTransactionId()
Getter for transactionId


setTransactionType

public InvoicingPaymentDetail setTransactionType(String transactionType)
Setter for transactionType


getTransactionType

public String getTransactionType()
Getter for transactionType


setDate

public InvoicingPaymentDetail setDate(String date)
Setter for date


getDate

public String getDate()
Getter for date


setMethod

public InvoicingPaymentDetail setMethod(String method)
Setter for method


getMethod

public String getMethod()
Getter for method


setNote

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