TransactionsRecurringGetResponse class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TransactionsRecurringGetResponse({required List<TransactionStream> inflowStreams, required List<TransactionStream> outflowStreams, required DateTime updatedDatetime, required String requestId})
TransactionsRecurringGetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
inflowStreams List<TransactionStream>
final
outflowStreams List<TransactionStream>
final
requestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedDatetime DateTime
final

Methods

copyWith({List<TransactionStream>? inflowStreams, List<TransactionStream>? outflowStreams, DateTime? updatedDatetime, String? requestId}) TransactionsRecurringGetResponse

Available on TransactionsRecurringGetResponse, provided by the $TransactionsRecurringGetResponseExtension extension

copyWithWrapped({Wrapped<List<TransactionStream>>? inflowStreams, Wrapped<List<TransactionStream>>? outflowStreams, Wrapped<DateTime>? updatedDatetime, Wrapped<String>? requestId}) TransactionsRecurringGetResponse

Available on TransactionsRecurringGetResponse, provided by the $TransactionsRecurringGetResponseExtension extension

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

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const TransactionsRecurringGetResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(TransactionsRecurringGetResponse instance)