public class PaymentStatusHistoryItem
extends java.lang.Object
| Constructor and Description |
|---|
PaymentStatusHistoryItem() |
| Modifier and Type | Method and Description |
|---|---|
PaymentStatus |
getStatus()
Gets the status.
|
PaymentStatusReason |
getStatusReason()
Gets the status reason.
|
java.util.Date |
getTime()
Gets the time.
|
void |
setStatus(PaymentStatus status)
Sets the status.
|
void |
setStatusReason(PaymentStatusReason statusReason)
Sets the status reason.
|
void |
setTime(java.util.Date time)
Sets the time.
|
public PaymentStatus getStatus()
public void setStatus(PaymentStatus status)
status - the new statuspublic PaymentStatusReason getStatusReason()
public void setStatusReason(PaymentStatusReason statusReason)
statusReason - the new status reasonpublic java.util.Date getTime()
public void setTime(java.util.Date time)
time - the new time