RenapoResponse

@Serializable()
public final class RenapoResponse implements Serializable

Parameters

renapoEstatus

Possible values OK/ERROR.

renapoCodigoValidacion

Unique identifier for RENAPO's CURP verification request.

fechaNacimiento

Date of birth from RENAPO's database.

estadoNacimiento

Entity of birth from RENAPO's database.

nombre

Name from RENAPO's database.

apellidoMaterno

Maternal name from RENAPO's database.

apellidoPaterno

Paternal name from RENAPO's database.

paisNacimiento

Country of birth from RENAPO's database.

sexo

Gender from RENAPO's database.

estatusCurp

Possible values - Description: Active: 'AN' – Normal registration, 'AH' – Registration with homonymy, 'RCC' – Registration change affecting CURP, 'RCN' – Registration change not affecting CURP. Not active: 'BAP' – Unsubscribed because apocryphal document, 'BSU' – Unsubscribed without use, 'BD' – Unsubscribed because of deceased, 'BDM' – Administrative unsubscription, 'BDP' – Unsubscribed because of adoption, 'BJD' – Judicial unsubscription.

error

Detailed error message.

Constructors

Link copied to clipboard
public RenapoResponse RenapoResponse(String renapoEstatus, String renapoCodigoValidacion, String fechaNacimiento, String estadoNacimiento, String nombre, String apellidoMaterno, String apellidoPaterno, String paisNacimiento, String sexo, String estatusCurp, String error)

Properties

Link copied to clipboard
private final String apellidoMaterno

Type:String
Maternal name from RENAPO's database.

Link copied to clipboard
private final String apellidoPaterno

Type:String
Paternal name from RENAPO's database.

Link copied to clipboard
private final String error

Type:String
Detailed error message.

Link copied to clipboard
private final String estadoNacimiento

Type:String
Entity of birth from RENAPO's database.

Link copied to clipboard
private final String estatusCurp

Type:String
Possible values - Description:

Link copied to clipboard
private final String fechaNacimiento

Type:String
Date of birth from RENAPO's database.

Link copied to clipboard
private final String nombre

Type:String
Name from RENAPO's database.

Link copied to clipboard
private final String paisNacimiento

Type:String
Country of birth from RENAPO's database.

Link copied to clipboard

Type:String
Unique identifier for RENAPO's CURP verification request.

Link copied to clipboard
private final String renapoEstatus

Type:String
Possible values OK/ERROR.

Link copied to clipboard
private final String sexo

Type:String
Gender from RENAPO's database.

Functions

Link copied to clipboard
public final String getApellidoMaterno()

Type:String
Maternal name from RENAPO's database.

Link copied to clipboard
public final String getApellidoPaterno()

Type:String
Paternal name from RENAPO's database.

Link copied to clipboard
public final String getError()

Type:String
Detailed error message.

Link copied to clipboard
public final String getEstadoNacimiento()

Type:String
Entity of birth from RENAPO's database.

Link copied to clipboard
public final String getEstatusCurp()

Type:String
Possible values - Description:

Link copied to clipboard
public final String getFechaNacimiento()

Type:String
Date of birth from RENAPO's database.

Link copied to clipboard
public final String getNombre()

Type:String
Name from RENAPO's database.

Link copied to clipboard
public final String getPaisNacimiento()

Type:String
Country of birth from RENAPO's database.

Link copied to clipboard

Type:String
Unique identifier for RENAPO's CURP verification request.

Link copied to clipboard
public final String getRenapoEstatus()

Type:String
Possible values OK/ERROR.

Link copied to clipboard
public final String getSexo()

Type:String
Gender from RENAPO's database.