All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mercadopago.resources.order.OrderPassenger Maven / Gradle / Ivy

The newest version!
package com.mercadopago.resources.order;

import lombok.Getter;

/** OrderPassenger class. */
@Getter
public class OrderPassenger {

    /** Passenger first name. */
    private String firstName;

    /** Passenger last name. */
    private String lastName;

    /** Passenger identification type. */
    private String identificationType;

    /** Passenger identification number. */
    private String identificationNumber;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy