public class PaymentTerm extends PayPalModel
| Constructor and Description |
|---|
PaymentTerm()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDueDate()
The date when the invoice payment is due.
|
java.lang.String |
getTermType()
The terms by which the invoice payment is due.
|
int |
hashCode() |
PaymentTerm |
setDueDate(java.lang.String dueDate)
The date when the invoice payment is due.
|
PaymentTerm |
setTermType(java.lang.String termType)
The terms by which the invoice payment is due.
|
toJSON, toStringpublic java.lang.String getTermType()
public java.lang.String getDueDate()
public PaymentTerm setTermType(java.lang.String termType)
public PaymentTerm setDueDate(java.lang.String dueDate)
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