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 class
IdentificationRequest.IdentificationRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentificationRequest.IdentificationRequestBuilder
builder()
String
getNumber()
Identification number.String
getType()
Identification type.
-
-
-
Method Detail
-
builder
public static IdentificationRequest.IdentificationRequestBuilder builder()
-
getType
public String getType()
Identification type.
-
getNumber
public String getNumber()
Identification number.
-
-