com.paypal.api.payments
Class InvoicingMetaData

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

public class InvoicingMetaData
extends Object


Constructor Summary
InvoicingMetaData()
          Default Constructor
 
Method Summary
 String getCancelledBy()
          Getter for cancelledBy
 String getCancelledDate()
          Getter for cancelledDate
 String getCreatedBy()
          Getter for createdBy
 String getCreatedDate()
          Getter for createdDate
 String getFirstSentDate()
          Getter for firstSentDate
 String getLastSentBy()
          Getter for lastSentBy
 String getLastSentDate()
          Getter for lastSentDate
 String getLastUpdatedBy()
          Getter for lastUpdatedBy
 String getLastUpdatedDate()
          Getter for lastUpdatedDate
 InvoicingMetaData setCancelledBy(String cancelledBy)
          Setter for cancelledBy
 InvoicingMetaData setCancelledDate(String cancelledDate)
          Setter for cancelledDate
 InvoicingMetaData setCreatedBy(String createdBy)
          Setter for createdBy
 InvoicingMetaData setCreatedDate(String createdDate)
          Setter for createdDate
 InvoicingMetaData setFirstSentDate(String firstSentDate)
          Setter for firstSentDate
 InvoicingMetaData setLastSentBy(String lastSentBy)
          Setter for lastSentBy
 InvoicingMetaData setLastSentDate(String lastSentDate)
          Setter for lastSentDate
 InvoicingMetaData setLastUpdatedBy(String lastUpdatedBy)
          Setter for lastUpdatedBy
 InvoicingMetaData setLastUpdatedDate(String lastUpdatedDate)
          Setter for lastUpdatedDate
 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

InvoicingMetaData

public InvoicingMetaData()
Default Constructor

Method Detail

setCreatedDate

public InvoicingMetaData setCreatedDate(String createdDate)
Setter for createdDate


getCreatedDate

public String getCreatedDate()
Getter for createdDate


setCreatedBy

public InvoicingMetaData setCreatedBy(String createdBy)
Setter for createdBy


getCreatedBy

public String getCreatedBy()
Getter for createdBy


setCancelledDate

public InvoicingMetaData setCancelledDate(String cancelledDate)
Setter for cancelledDate


getCancelledDate

public String getCancelledDate()
Getter for cancelledDate


setCancelledBy

public InvoicingMetaData setCancelledBy(String cancelledBy)
Setter for cancelledBy


getCancelledBy

public String getCancelledBy()
Getter for cancelledBy


setLastUpdatedDate

public InvoicingMetaData setLastUpdatedDate(String lastUpdatedDate)
Setter for lastUpdatedDate


getLastUpdatedDate

public String getLastUpdatedDate()
Getter for lastUpdatedDate


setLastUpdatedBy

public InvoicingMetaData setLastUpdatedBy(String lastUpdatedBy)
Setter for lastUpdatedBy


getLastUpdatedBy

public String getLastUpdatedBy()
Getter for lastUpdatedBy


setFirstSentDate

public InvoicingMetaData setFirstSentDate(String firstSentDate)
Setter for firstSentDate


getFirstSentDate

public String getFirstSentDate()
Getter for firstSentDate


setLastSentDate

public InvoicingMetaData setLastSentDate(String lastSentDate)
Setter for lastSentDate


getLastSentDate

public String getLastSentDate()
Getter for lastSentDate


setLastSentBy

public InvoicingMetaData setLastSentBy(String lastSentBy)
Setter for lastSentBy


getLastSentBy

public String getLastSentBy()
Getter for lastSentBy


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.