public class PaymentStatusOutput extends OrderStatusOutput
Constructor and Description |
---|
PaymentStatusOutput() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsAuthorized()
Indicates if the transaction has been authorized
|
Boolean |
getIsRefundable()
Flag indicating if the payment can be refunded
|
String |
getThreeDSecureStatus()
The 3D Secure status, with the following possible values:
|
void |
setIsAuthorized(Boolean value)
Indicates if the transaction has been authorized
|
void |
setIsRefundable(Boolean value)
Flag indicating if the payment can be refunded
|
void |
setThreeDSecureStatus(String value)
The 3D Secure status, with the following possible values:
|
getErrors, getIsCancellable, getIsRetriable, getProviderRawOutput, getStatusCategory, getStatusCode, getStatusCodeChangeDateTime, setErrors, setIsCancellable, setIsRetriable, setProviderRawOutput, setStatusCategory, setStatusCode, setStatusCodeChangeDateTime
public Boolean getIsAuthorized()
public void setIsAuthorized(Boolean value)
public Boolean getIsRefundable()
public void setIsRefundable(Boolean value)
public String getThreeDSecureStatus()
public void setThreeDSecureStatus(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.