PaymentData class
Constructors
- PaymentData.new({int? id, String? domain, String? status, String? reference, String? receiptNumber, int? amount, String? message, String? gatewayResponse, String? paidAt, String? createdAt, String? channel, String? currency, String? ipAddress, int? fees, dynamic feesSplit, Authorization? authorization, Customer? customer})
-
PaymentData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → int?
-
final
-
final
- channel → String?
-
final
- createdAt → String?
-
final
- currency → String?
-
final
- customer → Customer?
-
final
- domain → String?
-
final
- fees → int?
-
final
- feesSplit → dynamic
-
final
- gatewayResponse → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
final
- ipAddress → String?
-
final
- message → String?
-
final
- paidAt → String?
-
final
- receiptNumber → String?
-
final
- reference → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
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