public class PayoutResult extends AbstractOrderStatus
Constructor and Description |
---|
PayoutResult() |
Modifier and Type | Method and Description |
---|---|
OrderOutput |
getPayoutOutput()
Object containing payout details
|
String |
getStatus()
Current high-level status of the payouts in a human-readable form.
|
OrderStatusOutput |
getStatusOutput()
This object has the numeric representation of the current payout status, timestamp of last status change and performable action on the current payout resource.
In case of a rejected payout, detailed error information is listed. |
void |
setPayoutOutput(OrderOutput value)
Object containing payout details
|
void |
setStatus(String value)
Current high-level status of the payouts in a human-readable form.
|
void |
setStatusOutput(OrderStatusOutput value)
This object has the numeric representation of the current payout status, timestamp of last status change and performable action on the current payout resource.
In case of a rejected payout, detailed error information is listed. |
getId, setId
public OrderOutput getPayoutOutput()
public void setPayoutOutput(OrderOutput value)
public String getStatus()
public void setStatus(String value)
public OrderStatusOutput getStatusOutput()
public void setStatusOutput(OrderStatusOutput value)
Copyright © 2024 Worldline Global Collect. All rights reserved.