public class CaptureStatusOutput extends Object
Constructor and Description |
---|
CaptureStatusOutput() |
Modifier and Type | Method and Description |
---|---|
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.
|
Integer |
getStatusCode()
Numeric status code of the legacy API.
|
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 |
setStatusCode(Integer value)
Numeric status code of the legacy API.
|
public Boolean getIsRetriable()
public void setIsRetriable(Boolean value)
public List<KeyValuePair> getProviderRawOutput()
public void setProviderRawOutput(List<KeyValuePair> value)
public Integer getStatusCode()
public void setStatusCode(Integer value)
Copyright © 2024 Worldline Global Collect. All rights reserved.