TransferIntentCreateRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

TransferIntentCreateRequest({String? clientId, String? secret, String? accountId, TransferIntentCreateMode? mode, String? amount, String? description, ACHClass? achClass, String? originationAccountId, TransferUserInRequest? user, TransferMetadata? metadata})
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
metadata TransferMetadata?
final
mode TransferIntentCreateMode?
final
originationAccountId String?
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}) 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.
inherited

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)