Class OrderTransactionRequest
Transaction class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderTransactionRequest : IdempotentRequest
Properties
| Edit this page View SourcePayments
List of payments.
Declaration
public IList<OrderPaymentRequest> Payments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OrderPaymentRequest> |