Class AdvancedPaymentTransactionDetails
Transaction details.
Inherited Members
Namespace: MercadoPago.Resource.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentTransactionDetails
Properties
| Edit this page View SourceExternalResourceUrl
Identifies the resource in the payment processor.
Declaration
public string ExternalResourceUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
FinancialInstitution
External financial institution identifier.
Declaration
public string FinancialInstitution { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalPaidAmount
Total amount paid by the buyer (includes fees).
Declaration
public decimal? TotalPaidAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |