Class IdentificationType
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.identificationtype.IdentificationType
-
public class IdentificationType extends MPResource
Identification Type resource.
-
-
Constructor Summary
Constructors Constructor Description IdentificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Identification type ID.Integer
getMaxLength()
Identification type max length.Integer
getMinLength()
Identification type min length.String
getName()
Identification type name.String
getType()
Identification number data type.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-
-
-
Method Detail
-
getId
public String getId()
Identification type ID.
-
getName
public String getName()
Identification type name.
-
getType
public String getType()
Identification number data type.
-
getMinLength
public Integer getMinLength()
Identification type min length.
-
getMaxLength
public Integer getMaxLength()
Identification type max length.
-
-