Class OrderAttempt
Attempt class.
Inherited Members
Namespace: MercadoPago.Resource.Order
Assembly: MercadoPago.dll
Syntax
public class OrderAttempt
Properties
| Edit this page View SourceId
Attempt ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentMethod
Payment method.
Declaration
public OrderPaymentMethod PaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
OrderPaymentMethod |
Status
Status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusDetail
Status detail.
Declaration
public string StatusDetail { get; set; }
Property Value
Type | Description |
---|---|
string |