Contrato class

Constructors

Contrato({required String codigoUsuario, required String codigoAcesso, required String numeroCartao, required String numeroContrato})
codigoUsuario - CNPJ do cliente; codigoAcesso - Código de acesso gerado na página da API numeroContrato - Número do contrato numeroCartao - Número do cartão vinculado com o contrato.

Properties

codigoAcesso String
final
codigoUsuario String
final
hashCode int
The hash code for this object.
no setterinherited
numeroCartao String
final
numeroContrato String
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
toString() String
A string representation of this object.
inherited

Operators

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