Class OrderUpdateTransaction
Payment class.
Implements
Inherited Members
Namespace: MercadoPago.Resource.Order
Assembly: MercadoPago.dll
Syntax
public class OrderUpdateTransaction : IResource
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
PaymentMethod
Payment Method information.
Declaration
public OrderPaymentMethod PaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
OrderPaymentMethod |