-
Notifications
You must be signed in to change notification settings - Fork 0
Criar subconta
João Pedro Truchinski Borba edited this page Dec 16, 2023
·
1 revision
Account account = Account.creator()
.setName("Teste sub conta")
.setBirthDate(new Date())
.setCompanyType("LIMITED")
.setEmail("[email protected]")
.setPostalCode("36572122")
.setCpfCnpj("87.326.705/0001-81")
.create();