public class PayoutOutput extends Object
| Constructor and Description |
|---|
PayoutOutput() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
String |
getPayoutReason()
Allows you to additionally specify the reason for initiating the payout for authorization purposes.
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setPayoutReason(String value)
Allows you to additionally specify the reason for initiating the payout for authorization purposes.
|
PayoutOutput |
withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
PayoutOutput |
withPayoutReason(String value)
Allows you to additionally specify the reason for initiating the payout for authorization purposes.
|
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public PayoutOutput withAmountOfMoney(AmountOfMoney value)
public String getPayoutReason()
public void setPayoutReason(String value)
public PayoutOutput withPayoutReason(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.