public class InvoicingRefundDetail extends PayPalModel
| Constructor and Description |
|---|
InvoicingRefundDetail()
Default Constructor
|
InvoicingRefundDetail(java.lang.String type)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDate()
Date when the invoice was marked as refunded.
|
java.lang.String |
getNote()
Optional note associated with the refund.
|
java.lang.String |
getType()
PayPal refund type indicating whether refund was done in invoicing flow via PayPal or externally.
|
int |
hashCode() |
InvoicingRefundDetail |
setDate(java.lang.String date)
Date when the invoice was marked as refunded.
|
InvoicingRefundDetail |
setNote(java.lang.String note)
Optional note associated with the refund.
|
InvoicingRefundDetail |
setType(java.lang.String type)
PayPal refund type indicating whether refund was done in invoicing flow via PayPal or externally.
|
toJSON, toStringpublic InvoicingRefundDetail()
public InvoicingRefundDetail(java.lang.String type)
public java.lang.String getType()
public java.lang.String getDate()
public java.lang.String getNote()
public InvoicingRefundDetail setType(java.lang.String type)
public InvoicingRefundDetail setDate(java.lang.String date)
public InvoicingRefundDetail setNote(java.lang.String note)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel