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 |
generateToken(Boolean generateToken) |
PayoutRequestPayoutData |
note(String note) |
void |
setAmount(BigDecimal amount) |
void |
setCurrency(String currency) |
void |
setDynamicDescriptor(String dynamicDescriptor) |
void |
setGenerateToken(Boolean generateToken) |
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 10 billion.public 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 setGenerateToken(Boolean generateToken)
public PayoutRequestPayoutData generateToken(Boolean generateToken)
generateToken - If set to `true`, token will be generated and returned in the response (callback). Token can be generated only for successful transactions (not for declined transactions) *(for BANKCARD payment method only)*public void setNote(String note)
public PayoutRequestPayoutData note(String note)
note - Note about the payout, not shown to CustomerCopyright © 2024. All rights reserved.