FincraTransaction class

Constructors

FincraTransaction({int? id, String? businessId, dynamic paymentLinkId, int? amount, String? currency, int? convertedAmount, int? amountReceived, String? convertedCurrency, List<String>? paymentMethods, String? defaultPaymentMethod, dynamic redirectUrl, dynamic customUrl, dynamic successMessage, String? settlementDestination, String? feeBearer, String? reference, String? merchantReference, bool? isDisabled, dynamic metadata, String? status, DateTime? createdAt, DateTime? updatedAt, Customer? customer, Business? business})
FincraTransaction.fromJson(String str)
factory
FincraTransaction.fromMap(Map<String, dynamic> json)
factory

Properties

amount int?
final
amountReceived int?
final
business Business?
final
businessId String?
final
convertedAmount int?
final
convertedCurrency String?
final
createdAt DateTime?
final
currency String?
final
customer Customer?
final
customUrl → dynamic
final
defaultPaymentMethod String?
final
feeBearer String?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
isDisabled bool?
final
merchantReference String?
final
metadata → dynamic
final
paymentLinkId → dynamic
final
paymentMethods List<String>?
final
redirectUrl → dynamic
final
reference String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settlementDestination String?
final
status String?
final
successMessage → dynamic
final
updatedAt DateTime?
final

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.
inherited

Operators

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