public class DisputeStatusOutput extends Object
Constructor and Description |
---|
DisputeStatusOutput() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsCancellable()
Flag indicating if the payment can be cancelled
|
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 |
setIsCancellable(Boolean value)
Flag indicating if the payment can be cancelled
|
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 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.