MCPcopy Index your code
hub / github.com/SavioAndres/BrasilAPI-Java / cnpj

Method cnpj

src/main/java/br/com/brasilapi/BrasilAPI.java:207–210  ·  view source on GitHub ↗

O Cadastro Nacional da Pessoa Jurídica é um número único que identifica uma pessoa jurídica e outros tipos de arranjo jurídico sem personalidade jurídica junto à Receita Federal. @param cnpj Número do CNPJ @return CNPJ

(String cnpj)

Source from the content-addressed store, hash-verified

205 * @return {@link CNPJ}
206 */
207 public static CNPJ cnpj(String cnpj) {
208 CNPJ obj = (CNPJ) api(CNPJ.class, "cnpj/v1/", cnpj);
209 return obj != null ? (CNPJ) obj.clone() : null;
210 }
211
212 /**
213 * Retorna informações referentes as Corretoras ativas listadas na CVM.

Callers 1

cnpjPassMethod · 0.95

Calls 2

apiMethod · 0.95
cloneMethod · 0.80

Tested by 1

cnpjPassMethod · 0.76