TransferRecurringCreateRequest class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TransferRecurringCreateRequest({required String clientId, required String secret, required String accessToken, required String? idempotencyKey, required String accountId, required TransferType type, required TransferNetwork network, ACHClass? achClass, required String amount, required bool? userPresent, String? isoCurrencyCode, String? testClockId, required TransferRecurringSchedule schedule, required TransferUserInRequest user, required TransferDevice device})
TransferRecurringCreateRequest.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String
final
accountId String
final
achClass ACHClass?
final
amount String
final
clientId String
final
device TransferDevice
final
hashCode int
The hash code for this object.
no setteroverride
idempotencyKey String?
final
isoCurrencyCode String?
final
network TransferNetwork
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule TransferRecurringSchedule
final
secret String
final
testClockId String?
final
type TransferType
final
user TransferUserInRequest
final
userPresent bool?
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 TransferRecurringCreateRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(TransferRecurringCreateRequest instance)