public class PaymentStatusOutput extends Object
| Constructor and Description |
|---|
PaymentStatusOutput() |
| Modifier and Type | Method and Description |
|---|---|
List<APIError> |
getErrors()
Contains the set of errors
|
Boolean |
getIsAuthorized()
Indicates if the transaction has been authorized
|
Boolean |
getIsCancellable()
Flag indicating if the payment can be cancelled
|
Boolean |
getIsRefundable()
Flag indicating if the payment can be refunded
|
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)
Contains the set of errors
|
void |
setIsAuthorized(Boolean value)
Indicates if the transaction has been authorized
|
void |
setIsCancellable(Boolean value)
Flag indicating if the payment can be cancelled
|
void |
setIsRefundable(Boolean value)
Flag indicating if the payment can be refunded
|
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
|
PaymentStatusOutput |
withErrors(List<APIError> value)
Contains the set of errors
|
PaymentStatusOutput |
withIsAuthorized(Boolean value)
Indicates if the transaction has been authorized
|
PaymentStatusOutput |
withIsCancellable(Boolean value)
Flag indicating if the payment can be cancelled
|
PaymentStatusOutput |
withIsRefundable(Boolean value)
Flag indicating if the payment can be refunded
|
PaymentStatusOutput |
withStatusCategory(String value)
Highlevel status of the payment, payout or refund.
|
PaymentStatusOutput |
withStatusCode(Integer value)
Numeric status code of the legacy API.
|
PaymentStatusOutput |
withStatusCodeChangeDateTime(String value)
Timestamp of the latest status change
|
public PaymentStatusOutput withErrors(List<APIError> value)
public Boolean getIsAuthorized()
public void setIsAuthorized(Boolean value)
public PaymentStatusOutput withIsAuthorized(Boolean value)
public Boolean getIsCancellable()
public void setIsCancellable(Boolean value)
public PaymentStatusOutput withIsCancellable(Boolean value)
public Boolean getIsRefundable()
public void setIsRefundable(Boolean value)
public PaymentStatusOutput withIsRefundable(Boolean value)
public String getStatusCategory()
public void setStatusCategory(String value)
public PaymentStatusOutput withStatusCategory(String value)
public Integer getStatusCode()
public void setStatusCode(Integer value)
public PaymentStatusOutput withStatusCode(Integer value)
public String getStatusCodeChangeDateTime()
public void setStatusCodeChangeDateTime(String value)
public PaymentStatusOutput withStatusCodeChangeDateTime(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.