EmitirDasRelpmeiRequest class
Request específico para emitir DAS (GERARDAS231)
- Inheritance
-
- Object
- RelpmeiRequest
- EmitirDasRelpmeiRequest
Constructors
- EmitirDasRelpmeiRequest({required int parcelaParaEmitir})
Properties
- dados → String
-
Dados específicos do serviço em formato JSON stringificado
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- parcelaParaEmitir → int
-
Período da parcela para emissão do DAS no formato AAAAMM
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