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
-
copyWith(
{ACHClass? achClass, String? accountId, TransferType? type, TransferUserInResponse? user, String? amount, String? network, String? originationAccountId, String? isoCurrencyCode, String? originatorClientId}) → TransferAuthorizationProposedTransfer -
Available on TransferAuthorizationProposedTransfer, provided by the $TransferAuthorizationProposedTransferExtension extension
-
copyWithWrapped(
{Wrapped< ACHClass?> ? achClass, Wrapped<String?> ? accountId, Wrapped<TransferType> ? type, Wrapped<TransferUserInResponse> ? user, Wrapped<String> ? amount, Wrapped<String> ? network, Wrapped<String> ? originationAccountId, Wrapped<String> ? isoCurrencyCode, Wrapped<String?> ? originatorClientId}) → TransferAuthorizationProposedTransfer -
Available on TransferAuthorizationProposedTransfer, provided by the $TransferAuthorizationProposedTransferExtension 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 TransferAuthorizationProposedTransfer Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransferAuthorizationProposedTransfer instance)