Class PaymentRefund
Payment refund data.
Implements
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentRefund : IResource
Properties
| Edit this page View SourceAmount
Amount refunded.
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
ApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
DateCreated
Date of creation.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Id
Refund id.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
PaymentId
ID of the refunded payment.
Declaration
public long? PaymentId { get; set; }
Property Value
Type | Description |
---|---|
long? |
RefundMode
Refund mode.
Declaration
public string RefundMode { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
Source of the refund.
Declaration
public Source Source { get; set; }
Property Value
Type | Description |
---|---|
Source |
Status
Refund status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
UniqueSequenceNumber
Unique sequence number.
Declaration
public string UniqueSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
string |