| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.InvoiceMetaData | |
Invoice MetaData
| 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
| |||||||||||
Actor who cancelled the resource. @readonly
Date when the resource was cancelled. @readonly
Email address of the account that created the resource. @readonly
Date when the resource was created. @readonly
Date when the resource was first sent. @readonly
Email address of the account that last sent the resource. @readonly
Date when the resource was last sent. @readonly
Email address of the account that last edited the resource. @readonly
Date when the resource was last edited. @readonly
URL representing the payer's view of the invoice. @readonly
Returns a string representing the serialized state of the InvoiceMetaData object