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

com.mercadopago.client.preference.PreferencePassengerRequest Maven / Gradle / Ivy

The newest version!
package com.mercadopago.client.preference;

import com.mercadopago.client.common.IdentificationRequest;
import lombok.Builder;
import lombok.Getter;

/** Passenger info. */
@Getter
@Builder
public class PreferencePassengerRequest {
  /** First name. */
  private final String firstName;

  /** Last name. */
  private final String lastName;

  /** Identification. */
  private final IdentificationRequest identification;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy