ConsultarDetalhesPagamentoRelpmeiResponse class
Modelo de resposta para consultar detalhes de pagamento (DETPAGTOPARC235)
- Inheritance
-
- Object
- RelpmeiBaseResponse
- ConsultarDetalhesPagamentoRelpmeiResponse
Constructors
-
ConsultarDetalhesPagamentoRelpmeiResponse({required int status, required List<
MensagemRelpmei> mensagens, required String dados}) -
ConsultarDetalhesPagamentoRelpmeiResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dados → String
-
Dados retornados como string JSON
finalinherited
- detalhesPagamento → DetalhesPagamentoRelpmei?
-
Parse dos dados como detalhes de pagamento
no setter
- hasData → bool
-
Verifica se há dados válidos
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mensagens
→ List<
MensagemRelpmei> -
Lista de mensagens de retorno
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
Status da resposta HTTP
finalinherited
- sucesso → bool
-
Converte status contêm sucesso
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited