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

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)