public class PayoutStatusOutput extends Object
| Constructor and Description |
|---|
PayoutStatusOutput() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsCancellable()
Flag indicating if the payout can be cancelled
* true
* false
|
String |
getStatusCategory()
Highlevel status of the payment, payout or refund.
|
Integer |
getStatusCode()
Numeric status code of the legacy API.
|
void |
setIsCancellable(Boolean value)
Flag indicating if the payout can be cancelled
* true
* false
|
void |
setStatusCategory(String value)
Highlevel status of the payment, payout or refund.
|
void |
setStatusCode(Integer value)
Numeric status code of the legacy API.
|
PayoutStatusOutput |
withIsCancellable(Boolean value)
Flag indicating if the payout can be cancelled
* true
* false
|
PayoutStatusOutput |
withStatusCategory(String value)
Highlevel status of the payment, payout or refund.
|
PayoutStatusOutput |
withStatusCode(Integer value)
Numeric status code of the legacy API.
|
public Boolean getIsCancellable()
public void setIsCancellable(Boolean value)
public PayoutStatusOutput withIsCancellable(Boolean value)
public String getStatusCategory()
public void setStatusCategory(String value)
public PayoutStatusOutput withStatusCategory(String value)
public Integer getStatusCode()
public void setStatusCode(Integer value)
public PayoutStatusOutput withStatusCode(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.