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
-
copyWith(
{String? id, DateTime? created, TransferIntentStatus? status, String? accountId, String? originationAccountId, String? amount, TransferIntentCreateMode? mode, ACHClass? achClass, TransferUserInResponse? user, String? description, TransferMetadata? metadata, String? isoCurrencyCode, bool? requireGuarantee}) → TransferIntentCreate -
Available on TransferIntentCreate, provided by the $TransferIntentCreateExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped<DateTime> ? created, Wrapped<TransferIntentStatus> ? status, Wrapped<String?> ? accountId, Wrapped<String> ? originationAccountId, Wrapped<String> ? amount, Wrapped<TransferIntentCreateMode> ? mode, Wrapped<ACHClass?> ? achClass, Wrapped<TransferUserInResponse> ? user, Wrapped<String> ? description, Wrapped<TransferMetadata?> ? metadata, Wrapped<String> ? isoCurrencyCode, Wrapped<bool?> ? requireGuarantee}) → 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.
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)