Class OrderRefundItem
Refund class.
Inherited Members
Namespace: MercadoPago.Resource.Order
Assembly: MercadoPago.dll
Syntax
public class OrderRefundItem
Properties
| Edit this page View SourceAmount
Refund amount.
Declaration
public string Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Refund ID.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Items
Refund items.
Declaration
public IList<OrderItems> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OrderItems> |
ReferenceId
Reference ID.
Declaration
public string ReferenceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Refund status.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TransactionId
Transaction ID.
Declaration
public string TransactionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |