ChargeResponseMessage class

Representa a resposta da API para uma requisição de cobrança direta

Constructors

ChargeResponseMessage({required Map<String, Object> errors, required String url, required bool success, required String invoiceId, required String message, required String pdf})
ChargeResponseMessage.fromJson(String source)
factory
ChargeResponseMessage.fromMap(Map<String, dynamic> map)
factory

Properties

errors Map<String, Object>
Erros
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
invoiceId String
Número da fatura da cobrança
getter/setter pair
message String
Mensagem de resposta
getter/setter pair
pdf String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
Informa se a cobrança foi gerada com sucesso
getter/setter pair
url String
Url do boleto
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override