Package com.mercadopago.client.common
Class IdentificationRequest
- java.lang.Object
-
- com.mercadopago.client.common.IdentificationRequest
-
public class IdentificationRequest extends Object
IdentificationRequest class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentificationRequest.IdentificationRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentificationRequest.IdentificationRequestBuilderbuilder()StringgetNumber()Identification number.StringgetType()Identification type.
-
-
-
Method Detail
-
builder
public static IdentificationRequest.IdentificationRequestBuilder builder()
-
getType
public String getType()
Identification type.
-
getNumber
public String getNumber()
Identification number.
-
-