SolicitarEventosPJRequest class
Modelo de requisição para solicitar eventos de atualização de Pessoa Jurídica
Constructors
-
SolicitarEventosPJRequest({required List<
String> cnpjs, required TipoEvento evento}) -
SolicitarEventosPJRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
cnpjs
→ List<
String> -
final
- cnpjsString → String
-
Cria a string de CNPJs separados por vírgula
no setter
- dadosJson → String
-
Cria os dados JSON para o campo 'dados' da requisição
no setter
- evento → TipoEvento
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited