ConsultarDetalhesPagamentoResponse class
Constructors
-
ConsultarDetalhesPagamentoResponse({required String status, required List<
Mensagem> mensagens, DetalhesPagamentoData? dados}) -
ConsultarDetalhesPagamentoResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dados → DetalhesPagamentoData?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mensagemPrincipal → String
-
Mensagem principal de sucesso ou erro
no setter
-
mensagens
→ List<
Mensagem> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- sucesso → bool
-
Verifica se a requisição foi bem-sucedida
no setter
- temDadosPagamento → bool
-
Verifica se há dados de pagamento disponíveis
no setter
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited