TransferIntentCreateRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TransferIntentCreateRequest({String? clientId, String? secret, String? accountId, required TransferIntentCreateMode mode, required String amount, required String description, ACHClass? achClass, String? originationAccountId, required TransferUserInRequest user, TransferMetadata? metadata, String? isoCurrencyCode, bool? requireGuarantee})
-
TransferIntentCreateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
final
- achClass → ACHClass?
-
final
- amount → String
-
final
- clientId → String?
-
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- 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
- secret → String?
-
final
- user → TransferUserInRequest
-
final
Methods
-
copyWith(
{String? clientId, String? secret, String? accountId, TransferIntentCreateMode? mode, String? amount, String? description, ACHClass? achClass, String? originationAccountId, TransferUserInRequest? user, TransferMetadata? metadata, String? isoCurrencyCode, bool? requireGuarantee}) → TransferIntentCreateRequest -
Available on TransferIntentCreateRequest, provided by the $TransferIntentCreateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<String?> ? accountId, Wrapped<TransferIntentCreateMode> ? mode, Wrapped<String> ? amount, Wrapped<String> ? description, Wrapped<ACHClass?> ? achClass, Wrapped<String?> ? originationAccountId, Wrapped<TransferUserInRequest> ? user, Wrapped<TransferMetadata?> ? metadata, Wrapped<String?> ? isoCurrencyCode, Wrapped<bool?> ? requireGuarantee}) → TransferIntentCreateRequest -
Available on TransferIntentCreateRequest, provided by the $TransferIntentCreateRequestExtension 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 TransferIntentCreateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransferIntentCreateRequest instance)