TransactionsResponse class

Inheritance

Constructors

TransactionsResponse({required String advancedValue, required String advanceFee, required String receivedValue})
TransactionsResponse.fromJson(String source)
factory
TransactionsResponse.fromMap(Map<String, dynamic> map)
factory

Properties

advancedValue String
getter/setter pair
advanceFee String
getter/setter pair
clientShare String?
getter/setter pairinherited
commission String?
getter/setter pairinherited
customerRef String?
getter/setter pairinherited
description String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pairinherited
installment String?
getter/setter pairinherited
invoiceId String?
getter/setter pairinherited
numberOfInstallments String?
getter/setter pairinherited
receivedValue String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledDate String?
getter/setter pairinherited
taxes String?
getter/setter pairinherited
total String?
getter/setter pairinherited

Methods

copyWith({String? id, String? description, String? scheduledDate, String? invoiceId, String? customerRef, String? total, String? taxes, String? clientShare, String? commission, String? numberOfInstallments, String? installment}) Items
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
override
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override