public class RefundResponsePaymentData extends Object
| Constructor and Description |
|---|
RefundResponsePaymentData() |
| Modifier and Type | Method and Description |
|---|---|
RefundResponsePaymentData |
id(String id) |
RefundResponsePaymentData |
remainingAmount(BigDecimal remainingAmount) |
void |
setId(String id) |
void |
setRemainingAmount(BigDecimal remainingAmount) |
String |
toString() |
public void setId(String id)
public RefundResponsePaymentData id(String id)
id - Id of refunded or partial refunded paymentpublic void setRemainingAmount(BigDecimal remainingAmount)
public RefundResponsePaymentData remainingAmount(BigDecimal remainingAmount)
remainingAmount - Payment amount left after refund was madeCopyright © 2020. All rights reserved.