Class PaymentPointOfInteractionRequest
Point of Interaction information.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentPointOfInteractionRequest
Properties
| Edit this page View SourceLinkedTo
Linked To.
Declaration
public string LinkedTo { get; set; }
Property Value
Type | Description |
---|---|
string |
TransactionData
Transaction data.
Declaration
public PaymentTransactionDataRequest TransactionData { get; set; }
Property Value
Type | Description |
---|---|
PaymentTransactionDataRequest |
Type
Type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |