Class PaymentPointOfInteraction
Point of interaction.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentPointOfInteraction
Properties
| Edit this page View SourceApplicationData
Application data.
Declaration
public PaymentApplicationData ApplicationData { get; set; }
Property Value
Type | Description |
---|---|
PaymentApplicationData |
LinkedTo
Linked To
Declaration
public string LinkedTo { get; set; }
Property Value
Type | Description |
---|---|
string |
SubType
Sub type.
Declaration
public string SubType { get; set; }
Property Value
Type | Description |
---|---|
string |
TransactionData
Transaction data.
Declaration
public PaymentTransactionData TransactionData { get; set; }
Property Value
Type | Description |
---|---|
PaymentTransactionData |
Type
Type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |