public class PayoutRequestPayoutData extends Object
| Constructor and Description |
|---|
PayoutRequestPayoutData() |
| Modifier and Type | Method and Description |
|---|---|
PayoutRequestPayoutData |
amount(BigDecimal amount) |
PayoutRequestPayoutData |
currency(String currency) |
PayoutRequestPayoutData |
dynamicDescriptor(String dynamicDescriptor) |
PayoutRequestPayoutData |
note(String note) |
void |
setAmount(BigDecimal amount) |
void |
setCurrency(String currency) |
void |
setDynamicDescriptor(String dynamicDescriptor) |
void |
setNote(String note) |
String |
toString() |
public void setAmount(BigDecimal amount)
public PayoutRequestPayoutData amount(BigDecimal amount)
amount - Represents the amount to be transferred to Customer's card, must be less than 100 millions. For 'Asia' methods: for `IDR` currency only integer amount is usingpublic void setCurrency(String currency)
public PayoutRequestPayoutData currency(String currency)
currency - [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code of the payout transaction. Must match terminal currencypublic void setDynamicDescriptor(String dynamicDescriptor)
public PayoutRequestPayoutData dynamicDescriptor(String dynamicDescriptor)
dynamicDescriptor - Short description of the service or product, must be enabled by CardPay manager to be used *(for BANKCARD, QIWI, WEBMONEY and BITCOIN methods only)*public void setNote(String note)
public PayoutRequestPayoutData note(String note)
note - Note about the payout, not shown to CustomerCopyright © 2019. All rights reserved.