Payload class

Modelo para criar QR Code estático ou dinâmico. Segue informações disponíveis na documentação do API Pix

Constructors

Payload({String? pixKey, String? description, String? merchantName, String? merchantCity, String? txid, String? amount, String? url, bool? isUniquePayment})

Properties

amount String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isUniquePayment bool?
getter/setter pair
merchantCity String?
getter/setter pair
merchantName String?
getter/setter pair
pixKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txid String?
getter/setter pair
url String?
getter/setter pair

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