Class OrderTransaction
Transaction class.
Implements
Inherited Members
Namespace: MercadoPago.Resource.Order
Assembly: MercadoPago.dll
Syntax
public class OrderTransaction : IResource
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
Payments
Payments information.
Declaration
public IList<OrderPayment> Payments { get; set; }
Property Value
Type | Description |
---|---|
IList<OrderPayment> |
Refunds
Refunds information.
Declaration
public IList<OrderRefundItem> Refunds { get; set; }
Property Value
Type | Description |
---|---|
IList<OrderRefundItem> |