Payment class

Constructors

Payment({int? id, DateTime? dateApproved, String? paymentMethodId, String? paymentTypeId, String? status, String? statusDetail, double? transactionAmount, int? installments, String? description, String? statementDescriptor, Card? card, String? notificationUrl, String? docNumber, String? contact, String? email, String? barCode, String? qrCode, String? qrCodeRender, String? firstName})
Payment.fromJson(Map<String, dynamic> json, {bool ticket = false, bool pix = false})
factory

Properties

barCode String?
getter/setter pair
card Card?
getter/setter pair
contact String?
getter/setter pair
dateApproved DateTime?
getter/setter pair
description String?
getter/setter pair
docNumber String?
getter/setter pair
email String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
installments int?
getter/setter pair
notificationUrl String?
getter/setter pair
paymentMethodId String?
getter/setter pair
paymentTypeId String?
getter/setter pair
qrCode String?
getter/setter pair
qrCodeRender String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statementDescriptor String?
getter/setter pair
status String?
getter/setter pair
statusDetail String?
getter/setter pair
transactionAmount double?
getter/setter pair

Methods

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

Operators

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