TransferIntentCreate class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TransferIntentCreate({required String id, required DateTime created, required TransferIntentStatus status, String? accountId, required String originationAccountId, required String amount, required TransferIntentCreateMode mode, ACHClass? achClass, required TransferUserInResponse user, required String description, TransferMetadata? metadata, required String isoCurrencyCode, bool? requireGuarantee})
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
isoCurrencyCode String
final
metadata TransferMetadata?
final
mode TransferIntentCreateMode
final
originationAccountId String
final
requireGuarantee bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransferIntentStatus
final
user TransferUserInResponse
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.
override

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)