public class InvoicingMetaData extends PayPalModel
| Constructor and Description |
|---|
InvoicingMetaData()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
equals, hashCode, toJSON, toStringpublic InvoicingMetaData setCreatedDate(String createdDate)
public String getCreatedDate()
public InvoicingMetaData setCreatedBy(String createdBy)
public String getCreatedBy()
public InvoicingMetaData setCancelledDate(String cancelledDate)
public String getCancelledDate()
public InvoicingMetaData setCancelledBy(String cancelledBy)
public String getCancelledBy()
public InvoicingMetaData setLastUpdatedDate(String lastUpdatedDate)
public String getLastUpdatedDate()
public InvoicingMetaData setLastUpdatedBy(String lastUpdatedBy)
public String getLastUpdatedBy()
public InvoicingMetaData setFirstSentDate(String firstSentDate)
public String getFirstSentDate()
public InvoicingMetaData setLastSentDate(String lastSentDate)
public String getLastSentDate()
public InvoicingMetaData setLastSentBy(String lastSentBy)
public String getLastSentBy()
Copyright © 2015. All Rights Reserved.