Class OrderPayment
Payment class.
Inherited Members
Namespace: MercadoPago.Resource.Order
Assembly: MercadoPago.dll
Syntax
public class OrderPayment
Properties
| Edit this page View SourceAmount
Payment amount.
Declaration
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
AttemptNumber
Attempt number.
Declaration
public int? AttemptNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |
Attempts
Attempts.
Declaration
public IList<OrderAttempt> Attempts { get; set; }
Property Value
Type | Description |
---|---|
IList<OrderAttempt> |
DateOfExpiration
Date of expiration.
Declaration
public string DateOfExpiration { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpirationTime
Expiration time.
Declaration
public string ExpirationTime { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Payment ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
PaidAmount
Paid amount.
Declaration
public string PaidAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentMethod
Payment Method information.
Declaration
public OrderPaymentMethod PaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
OrderPaymentMethod |
ReferenceId
Reference ID.
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Payment status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusDetail
Payment status detail.
Declaration
public string StatusDetail { get; set; }
Property Value
Type | Description |
---|---|
string |