AtualizarBeneficioRequest class

Modelo de entrada para ATUBENEFICIO23

Constructors

AtualizarBeneficioRequest({required int anoCalendario, required List<InfoBeneficio> infoBeneficio})

Properties

anoCalendario int
Ano calendário no formato AAAA
final
hashCode int
The hash code for this object.
no setterinherited
infoBeneficio List<InfoBeneficio>
Informação sobre os benefícios por período
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>
toJsonString() String
Converte para JSON string para uso nos dados do pedido
toString() String
A string representation of this object.
inherited

Operators

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