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 StringgetId()Identification type ID.IntegergetMaxLength()Identification type max length.IntegergetMinLength()Identification type min length.StringgetName()Identification type name.StringgetType()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.
-
-