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

com.mercadopago.resources.common.Identification Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.resources.common;

import lombok.Getter;

/** Base type that represents identifications such as customer identification. */
@Getter
public class Identification {
  /** Type of identification. */
  private String type;

  /** Unique number of that identification. */
  private String number;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy