public class RefundRequestRefundData extends Object
| Constructor and Description |
|---|
RefundRequestRefundData() |
| Modifier and Type | Method and Description |
|---|---|
RefundRequestRefundData |
amount(BigDecimal amount)
minimum: 0
|
RefundRequestRefundData |
currency(String currency) |
void |
setAmount(BigDecimal amount) |
void |
setCurrency(String currency) |
String |
toString() |
public void setAmount(BigDecimal amount)
public RefundRequestRefundData amount(BigDecimal amount)
amount - Amount to be refunded. If 'amount' field is omitted then all remaining amount will be refundedpublic void setCurrency(String currency)
public RefundRequestRefundData currency(String currency)
currency - [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code. Not valid without 'amount' field. Must be equal to initial payment currencyCopyright © 2019. All rights reserved.