Class MerchantOrderPayment
Payment information.
Inherited Members
Namespace: MercadoPago.Resource.MerchantOrder
Assembly: MercadoPago.dll
Syntax
public class MerchantOrderPayment
Properties
| Edit this page View SourceAmountRefunded
Amount refunded in this payment.
Declaration
public decimal? AmountRefunded { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
CurrencyId
ID of the currency used in payment.
Declaration
public string CurrencyId { get; set; }
Property Value
Type | Description |
---|---|
string |
DateApproved
Approvation date.
Declaration
public DateTime? DateApproved { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DateCreated
Date of creation.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Id
Payment ID.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
LastModified
Last modified date.
Declaration
public DateTime? LastModified { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
OperationType
Operation type.
Declaration
public string OperationType { get; set; }
Property Value
Type | Description |
---|---|
string |
ShippingCost
Shipping fee.
Declaration
public decimal? ShippingCost { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
Status
Payment status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusDetails
Gives more detailed information on the current state or rejection cause.
Declaration
public string StatusDetails { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalPaidAmount
Total amount paid.
Declaration
public decimal? TotalPaidAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
TransactionAmount
Product cost.
Declaration
public decimal? TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |