Class PaymentPassengerRequest
Passenger info.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentPassengerRequest
Properties
| Edit this page View SourceFirstName
First name.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
Identification
Identification.
Declaration
public IdentificationRequest Identification { get; set; }
Property Value
Type | Description |
---|---|
IdentificationRequest |
LastName
Last name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |