ConsultarParcelamentoRelpmeiRequest class

Request específico para consultar parcelamento específico (OBTERPARC234)

Inheritance

Constructors

ConsultarParcelamentoRelpmeiRequest({required int numeroParcelamento})

Properties

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 a ser consultado
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