PaymentLog class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PaymentLog(dynamic id, dynamic createdAt, dynamic updatedAt, dynamic objectType, dynamic mode, PaymentLogStatus? status, double? amount, String? details, String? sourceId, String? targetId, String? transactionId, String? userId, String? amountSubunits, String? amountCurrency, String? balanceSubunits, String? balanceCurrency, PaymentLogChargeType? chargeType, bool? isDebit, double? previousBalance, PaymentLogSourceType? sourceType, PaymentLogTargetType? targetType)
PaymentLog.fromJson(Map<String, dynamic> input)
factory

Properties

amount double?
final
amountCurrency String?
final
amountSubunits String?
final
balanceCurrency String?
final
balanceSubunits String?
final
chargeType PaymentLogChargeType?
final
createdAt DateTime?
finalinherited
details String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
isDebit bool?
final
mode String?
finalinherited
objectType String?
finalinherited
prefix String?
no setterinherited
previousBalance double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId String?
final
sourceType PaymentLogSourceType?
final
status PaymentLogStatus?
final
targetId String?
final
targetType PaymentLogTargetType?
final
transactionId String?
final
updatedAt DateTime?
finalinherited
userId 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