TransferIntentGet class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TransferIntentGet({required String id, required DateTime created, required TransferIntentStatus status, required String? transferId, required TransferIntentGetFailureReason? failureReason, required TransferIntentAuthorizationDecision? authorizationDecision, required TransferAuthorizationDecisionRationale? authorizationDecisionRationale, 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, required TransferAuthorizationGuaranteeDecision? guaranteeDecision, required TransferAuthorizationGuaranteeDecisionRationale? guaranteeDecisionRationale})
-
TransferIntentGet.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
final
- achClass → ACHClass?
-
final
- amount → String
-
final
-
final
-
final
- created → DateTime
-
final
- description → String
-
final
- failureReason → TransferIntentGetFailureReason?
-
final
- guaranteeDecision → TransferAuthorizationGuaranteeDecision?
-
final
- guaranteeDecisionRationale → TransferAuthorizationGuaranteeDecisionRationale?
-
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
- transferId → String?
-
final
- user → TransferUserInResponse
-
final
Methods
-
copyWith(
{String? id, DateTime? created, TransferIntentStatus? status, String? transferId, TransferIntentGetFailureReason? failureReason, TransferIntentAuthorizationDecision? authorizationDecision, TransferAuthorizationDecisionRationale? authorizationDecisionRationale, String? accountId, String? originationAccountId, String? amount, TransferIntentCreateMode? mode, ACHClass? achClass, TransferUserInResponse? user, String? description, TransferMetadata? metadata, String? isoCurrencyCode, bool? requireGuarantee, TransferAuthorizationGuaranteeDecision? guaranteeDecision, TransferAuthorizationGuaranteeDecisionRationale? guaranteeDecisionRationale}) → TransferIntentGet -
Available on TransferIntentGet, provided by the $TransferIntentGetExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped<DateTime> ? created, Wrapped<TransferIntentStatus> ? status, Wrapped<String?> ? transferId, Wrapped<TransferIntentGetFailureReason?> ? failureReason, Wrapped<TransferIntentAuthorizationDecision?> ? authorizationDecision, Wrapped<TransferAuthorizationDecisionRationale?> ? authorizationDecisionRationale, 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, Wrapped<TransferAuthorizationGuaranteeDecision?> ? guaranteeDecision, Wrapped<TransferAuthorizationGuaranteeDecisionRationale?> ? guaranteeDecisionRationale}) → TransferIntentGet -
Available on TransferIntentGet, provided by the $TransferIntentGetExtension 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 TransferIntentGet Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransferIntentGet instance)