Class PaymentRefund
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.payment.PaymentRefund
-
public class PaymentRefund extends MPResource
PaymentRefund class.
-
-
Constructor Summary
Constructors Constructor Description PaymentRefund()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAdjustmentAmount()Adjustment amount.BigDecimalgetAmount()Amount refunded.OffsetDateTimegetDateCreated()Date of creation.LonggetId()Refund id.LonggetPaymentId()ID of the refunded payment.StringgetReason()Refund reason.StringgetRefundMode()Refund mode.SourcegetSource()Source of the refund.StringgetStatus()Refund status.StringgetUniqueSequenceNumber()Unique sequence number.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-
-
-
Method Detail
-
getId
public Long getId()
Refund id.
-
getPaymentId
public Long getPaymentId()
ID of the refunded payment.
-
getAmount
public BigDecimal getAmount()
Amount refunded.
-
getAdjustmentAmount
public BigDecimal getAdjustmentAmount()
Adjustment amount.
-
getStatus
public String getStatus()
Refund status.
-
getRefundMode
public String getRefundMode()
Refund mode.
-
getDateCreated
public OffsetDateTime getDateCreated()
Date of creation.
-
getReason
public String getReason()
Refund reason.
-
getUniqueSequenceNumber
public String getUniqueSequenceNumber()
Unique sequence number.
-
getSource
public Source getSource()
Source of the refund.
-
-