Pix class

Informações referentes ao PIX.

Constructors

Pix({String? ispb, String? name, String? shortName, String? participationMode, String? participationType, String? startOperation, Map<String, dynamic>? errors})
Informações disponíveis.
Pix.fromJson(Map<String, dynamic> json)
Obter os dados por um json.
factory

Properties

errors Map<String, dynamic>?
Erros encontrados na requisição.
final
hashCode int
The hash code for this object.
no setterinherited
ispb String?
ISPB
final
name String?
Nome do participante.
final
participationMode String?
Modalidade de participação.
final
participationType String?
Tipo de participante.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String?
Nome reduzido do participante.
final
startOperation String?
Date de inicio da operação.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Transformar os dados em um json.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

listPixParticipants() Future<List<Pix>>
Retorna informações de todos os participantes do PIX no dia atual ou anterior.