Transfer class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Transfer({required String id, ACHClass? achClass, String? accountId, required TransferType type, required TransferUserInResponse user, required String amount, required String description, required DateTime created, required TransferStatus status, TransferSweepStatus? sweepStatus, required TransferNetwork network, required bool cancellable, required TransferFailure? failureReason, required TransferMetadata? metadata, required String originationAccountId, required TransferAuthorizationGuaranteeDecision? guaranteeDecision, required TransferAuthorizationGuaranteeDecisionRationale? guaranteeDecisionRationale, required String isoCurrencyCode, required DateTime? standardReturnWindow, required DateTime? unauthorizedReturnWindow, required String? originatorClientId, required List<
TransferRefund> refunds}) -
Transfer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
final
- achClass → ACHClass?
-
final
- amount → String
-
final
- cancellable → bool
-
final
- created → DateTime
-
final
- description → String
-
final
- failureReason → TransferFailure?
-
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
- network → TransferNetwork
-
final
- originationAccountId → String
-
final
- originatorClientId → String?
-
final
-
refunds
→ List<
TransferRefund> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- standardReturnWindow → DateTime?
-
final
- status → TransferStatus
-
final
- sweepStatus → TransferSweepStatus?
-
final
- type → TransferType
-
final
-
final
- user → TransferUserInResponse
-
final
Methods
-
copyWith(
{String? id, ACHClass? achClass, String? accountId, TransferType? type, TransferUserInResponse? user, String? amount, String? description, DateTime? created, TransferStatus? status, TransferSweepStatus? sweepStatus, TransferNetwork? network, bool? cancellable, TransferFailure? failureReason, TransferMetadata? metadata, String? originationAccountId, TransferAuthorizationGuaranteeDecision? guaranteeDecision, TransferAuthorizationGuaranteeDecisionRationale? guaranteeDecisionRationale, String? isoCurrencyCode, DateTime? standardReturnWindow, DateTime? unauthorizedReturnWindow, String? originatorClientId, List< TransferRefund> ? refunds}) → Transfer -
Available on Transfer, provided by the $TransferExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped<ACHClass?> ? achClass, Wrapped<String?> ? accountId, Wrapped<TransferType> ? type, Wrapped<TransferUserInResponse> ? user, Wrapped<String> ? amount, Wrapped<String> ? description, Wrapped<DateTime> ? created, Wrapped<TransferStatus> ? status, Wrapped<TransferSweepStatus?> ? sweepStatus, Wrapped<TransferNetwork> ? network, Wrapped<bool> ? cancellable, Wrapped<TransferFailure?> ? failureReason, Wrapped<TransferMetadata?> ? metadata, Wrapped<String> ? originationAccountId, Wrapped<TransferAuthorizationGuaranteeDecision?> ? guaranteeDecision, Wrapped<TransferAuthorizationGuaranteeDecisionRationale?> ? guaranteeDecisionRationale, Wrapped<String> ? isoCurrencyCode, Wrapped<DateTime?> ? standardReturnWindow, Wrapped<DateTime?> ? unauthorizedReturnWindow, Wrapped<String?> ? originatorClientId, Wrapped<List< ? refunds}) → TransferTransferRefund> > -
Available on Transfer, provided by the $TransferExtension 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 Transfer Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Transfer instance)