public class PayoutResponse extends Object
| Constructor and Description |
|---|
PayoutResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
PayoutOutput |
getPayoutOutput() |
String |
getStatus()
Current high-level status of the payout in a human-readable form.
|
PayoutStatusOutput |
getStatusOutput() |
void |
setId(String value) |
void |
setPayoutOutput(PayoutOutput value) |
void |
setStatus(String value)
Current high-level status of the payout in a human-readable form.
|
void |
setStatusOutput(PayoutStatusOutput value) |
PayoutResponse |
withId(String value) |
PayoutResponse |
withPayoutOutput(PayoutOutput value) |
PayoutResponse |
withStatus(String value)
Current high-level status of the payout in a human-readable form.
|
PayoutResponse |
withStatusOutput(PayoutStatusOutput value) |
public String getId()
public void setId(String value)
public PayoutResponse withId(String value)
public PayoutOutput getPayoutOutput()
public void setPayoutOutput(PayoutOutput value)
public PayoutResponse withPayoutOutput(PayoutOutput value)
public String getStatus()
public void setStatus(String value)
public PayoutResponse withStatus(String value)
public PayoutStatusOutput getStatusOutput()
public void setStatusOutput(PayoutStatusOutput value)
public PayoutResponse withStatusOutput(PayoutStatusOutput value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.