Metadata class

Payment related metadata.This metadata is related to the payment capture.

Annotations
  • @JsonSerializable()

Constructors

Metadata({required String? networkTransactionId, required dynamic amountDebited, required dynamic commission, required String? fees, required String? selectedPaymentMethod})
Metadata.fromJson(Map<String, dynamic> json)
factory

Properties

amountDebited → dynamic
final
commission → dynamic
final
fees String?
final
hashCode int
The hash code for this object.
no setterinherited
networkTransactionId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedPaymentMethod 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