public class OrderStatusOutput extends Object
Constructor and Description |
---|
OrderStatusOutput() |
Modifier and Type | Method and Description |
---|---|
List<APIError> |
getErrors()
Custom object contains the set of errors
|
Boolean |
getIsCancellable()
Flag indicating if the payment can be cancelled
|
Boolean |
getIsRetriable()
Flag indicating whether a rejected payment may be retried by the merchant without incurring a fee
|
List<KeyValuePair> |
getProviderRawOutput()
This is the raw response returned by the acquirer.
|
String |
getStatusCategory()
Highlevel status of the payment, payout or refund with the following possible values:
|
Integer |
getStatusCode()
Numeric status code of the legacy API.
|
String |
getStatusCodeChangeDateTime()
Date and time of payment
Format: YYYYMMDDHH24MISS |
void |
setErrors(List<APIError> value)
Custom object contains the set of errors
|
void |
setIsCancellable(Boolean value)
Flag indicating if the payment can be cancelled
|
void |
setIsRetriable(Boolean value)
Flag indicating whether a rejected payment may be retried by the merchant without incurring a fee
|
void |
setProviderRawOutput(List<KeyValuePair> value)
This is the raw response returned by the acquirer.
|
void |
setStatusCategory(String value)
Highlevel status of the payment, payout or refund with the following possible values:
|
void |
setStatusCode(Integer value)
Numeric status code of the legacy API.
|
void |
setStatusCodeChangeDateTime(String value)
Date and time of payment
Format: YYYYMMDDHH24MISS |
public Boolean getIsCancellable()
public void setIsCancellable(Boolean value)
public Boolean getIsRetriable()
public void setIsRetriable(Boolean value)
public List<KeyValuePair> getProviderRawOutput()
public void setProviderRawOutput(List<KeyValuePair> value)
public String getStatusCategory()
public void setStatusCategory(String value)
public Integer getStatusCode()
public void setStatusCode(Integer value)
public String getStatusCodeChangeDateTime()
public void setStatusCodeChangeDateTime(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.