public class

InvoiceMetaData

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.InvoiceMetaData

Class Overview

Invoice MetaData

Summary

Public Constructors
InvoiceMetaData()
Public Methods
String getCancelledBy()
Actor who cancelled the resource.
Date getCancelledDate()
Date when the resource was cancelled.
String getCreatedBy()
Email address of the account that created the resource.
Date getCreatedDate()
Date when the resource was created.
Date getFirstSentDate()
Date when the resource was first sent.
String getLastSentBy()
Email address of the account that last sent the resource.
Date getLastSentDate()
Date when the resource was last sent.
String getLastUpdatedBy()
Email address of the account that last edited the resource.
Date getLastUpdatedDate()
Date when the resource was last edited.
String getPayerViewURL()
URL representing the payer's view of the invoice.
String toString()
Returns a string representing the serialized state of the InvoiceMetaData object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InvoiceMetaData ()

Public Methods

public String getCancelledBy ()

Actor who cancelled the resource. @readonly

public Date getCancelledDate ()

Date when the resource was cancelled. @readonly

public String getCreatedBy ()

Email address of the account that created the resource. @readonly

public Date getCreatedDate ()

Date when the resource was created. @readonly

public Date getFirstSentDate ()

Date when the resource was first sent. @readonly

public String getLastSentBy ()

Email address of the account that last sent the resource. @readonly

public Date getLastSentDate ()

Date when the resource was last sent. @readonly

public String getLastUpdatedBy ()

Email address of the account that last edited the resource. @readonly

public Date getLastUpdatedDate ()

Date when the resource was last edited. @readonly

public String getPayerViewURL ()

URL representing the payer's view of the invoice. @readonly

public String toString ()

Returns a string representing the serialized state of the InvoiceMetaData object