public class CaptureStatusOutput extends Object
Constructor and Description |
---|
CaptureStatusOutput() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsRefundable()
Flag indicating if a capture can be refunded
|
Boolean |
getIsRetriable()
Flag indicating whether a rejected capture may be retried by you 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.
|
String |
getStatusCodeChangeDateTime()
Date and time of capture
Format: YYYYMMDDHH24MISS |
void |
setIsRefundable(Boolean value)
Flag indicating if a capture can be refunded
|
void |
setIsRetriable(Boolean value)
Flag indicating whether a rejected capture may be retried by you 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.
|
void |
setStatusCodeChangeDateTime(String value)
Date and time of capture
Format: YYYYMMDDHH24MISS |
public Boolean getIsRefundable()
public void setIsRefundable(Boolean value)
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)
public String getStatusCodeChangeDateTime()
public void setStatusCodeChangeDateTime(String value)
Copyright © 2025 Worldline Global Collect. All rights reserved.