TransferAuthorizationProposedTransfer class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TransferAuthorizationProposedTransfer({ACHClass? achClass, String? accountId, required TransferType type, required TransferUserInResponse user, required String amount, required String network, required String originationAccountId, required String isoCurrencyCode, required String? originatorClientId})
TransferAuthorizationProposedTransfer.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
achClass ACHClass?
final
amount String
final
hashCode int
The hash code for this object.
no setteroverride
isoCurrencyCode String
final
network String
final
originationAccountId String
final
originatorClientId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TransferType
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 TransferAuthorizationProposedTransfer Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(TransferAuthorizationProposedTransfer instance)