TransferIntentCreate class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

TransferIntentCreate({String? id, DateTime? created, TransferIntentCreateStatus? status, String? accountId, String? originationAccountId, String? amount, TransferIntentCreateMode? mode, ACHClass? achClass, TransferUserInResponse? user, String? description, TransferMetadata? metadata})
TransferIntentCreate.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
achClass ACHClass?
final
amount String?
final
created DateTime?
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
metadata TransferMetadata?
final
mode TransferIntentCreateMode?
final
originationAccountId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransferIntentCreateStatus?
final
user TransferUserInResponse?
final

Methods

copyWith({String? id, DateTime? created, TransferIntentCreateStatus? status, String? accountId, String? originationAccountId, String? amount, TransferIntentCreateMode? mode, ACHClass? achClass, TransferUserInResponse? user, String? description, TransferMetadata? metadata}) TransferIntentCreate

Available on TransferIntentCreate, provided by the $TransferIntentCreateExtension 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.
inherited

Operators

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

Constants

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