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