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 BigDecimal
getAdjustmentAmount()
Adjustment amount.BigDecimal
getAmount()
Amount refunded.OffsetDateTime
getDateCreated()
Date of creation.Long
getId()
Refund id.Long
getPaymentId()
ID of the refunded payment.String
getReason()
Refund reason.String
getRefundMode()
Refund mode.Source
getSource()
Source of the refund.String
getStatus()
Refund status.String
getUniqueSequenceNumber()
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.
-
-