public class OrderStatusOutput extends Object
| Constructor and Description |
|---|
OrderStatusOutput() |
| Modifier and Type | Method and Description |
|---|---|
List<APIError> |
getErrors() |
Boolean |
getIsCancellable()
Flag indicating if the payment can be cancelled
* true
* false
|
String |
getStatusCategory()
Highlevel status of the payment, payout or refund.
|
Integer |
getStatusCode()
Numeric status code of the legacy API.
|
String |
getStatusCodeChangeDateTime()
Timestamp of the latest status change
|
void |
setErrors(List<APIError> value) |
void |
setIsCancellable(Boolean value)
Flag indicating if the payment can be cancelled
* true
* false
|
void |
setStatusCategory(String value)
Highlevel status of the payment, payout or refund.
|
void |
setStatusCode(Integer value)
Numeric status code of the legacy API.
|
void |
setStatusCodeChangeDateTime(String value)
Timestamp of the latest status change
|
OrderStatusOutput |
withErrors(List<APIError> value) |
OrderStatusOutput |
withIsCancellable(Boolean value)
Flag indicating if the payment can be cancelled
* true
* false
|
OrderStatusOutput |
withStatusCategory(String value)
Highlevel status of the payment, payout or refund.
|
OrderStatusOutput |
withStatusCode(Integer value)
Numeric status code of the legacy API.
|
OrderStatusOutput |
withStatusCodeChangeDateTime(String value)
Timestamp of the latest status change
|
public OrderStatusOutput withErrors(List<APIError> value)
public Boolean getIsCancellable()
public void setIsCancellable(Boolean value)
public OrderStatusOutput withIsCancellable(Boolean value)
public String getStatusCategory()
public void setStatusCategory(String value)
public OrderStatusOutput withStatusCategory(String value)
public Integer getStatusCode()
public void setStatusCode(Integer value)
public OrderStatusOutput withStatusCode(Integer value)
public String getStatusCodeChangeDateTime()
public void setStatusCodeChangeDateTime(String value)
public OrderStatusOutput withStatusCodeChangeDateTime(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.