BankTransfer class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

BankTransfer({String? id, ACHClass? achClass, String? accountId, BankTransferType? type, BankTransferUser? user, String? amount, String? isoCurrencyCode, String? description, String? created, BankTransferStatus? status, BankTransferNetwork? network, bool? cancellable, BankTransferFailure? failureReason, String? customTag, BankTransferMetadata? metadata, String? originationAccountId, BankTransferDirection? direction})
BankTransfer.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
achClass ACHClass?
final
amount String?
final
cancellable bool?
final
created String?
final
customTag String?
final
description String?
final
direction BankTransferDirection?
final
failureReason BankTransferFailure?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isoCurrencyCode String?
final
metadata BankTransferMetadata?
final
network BankTransferNetwork?
final
originationAccountId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status BankTransferStatus?
final
type BankTransferType?
final
user BankTransferUser?
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 ==(dynamic other) bool
The equality operator.
override

Constants

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