ConsultarDetalhesPagamentoRelpmeiRequest class

Request específico para consultar detalhes de pagamento (DETPAGTOPARC235)

Inheritance

Constructors

ConsultarDetalhesPagamentoRelpmeiRequest({required int numeroParcelamento, required int anoMesParcela})

Properties

anoMesParcela int
Ano/mês da parcela no formato AAAAMM
final
dados String
Dados específicos do serviço em formato JSON stringificado
finalinherited
hashCode int
The hash code for this object.
no setterinherited
numeroParcelamento int
Número do parcelamento
final
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>
override
toJsonString() String
Converte para JSON string para uso nos dados do pedido
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited