BankTransferMigrateAccountRequest class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

BankTransferMigrateAccountRequest({String? clientId, String? secret, required String accountNumber, required String routingNumber, String? wireRoutingNumber, required String accountType})
BankTransferMigrateAccountRequest.fromJson(Map<String, dynamic> json)
factory

Properties

accountNumber String
final
accountType String
final
clientId String?
final
hashCode int
The hash code for this object.
no setteroverride
routingNumber String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
final
wireRoutingNumber String?
final

Methods

copyWith({String? clientId, String? secret, String? accountNumber, String? routingNumber, String? wireRoutingNumber, String? accountType}) BankTransferMigrateAccountRequest

Available on BankTransferMigrateAccountRequest, provided by the $BankTransferMigrateAccountRequestExtension extension

copyWithWrapped({Wrapped<String?>? clientId, Wrapped<String?>? secret, Wrapped<String>? accountNumber, Wrapped<String>? routingNumber, Wrapped<String?>? wireRoutingNumber, Wrapped<String>? accountType}) BankTransferMigrateAccountRequest

Available on BankTransferMigrateAccountRequest, provided by the $BankTransferMigrateAccountRequestExtension 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 BankTransferMigrateAccountRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(BankTransferMigrateAccountRequest instance)