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
-
copyWith(
{String? clientId, String? secret, String? accessToken, String? idempotencyKey, String? accountId, TransferType? type, TransferNetwork? network, ACHClass? achClass, String? amount, bool? userPresent, String? isoCurrencyCode, String? testClockId, TransferRecurringSchedule? schedule, TransferUserInRequest? user, TransferDevice? device}) → TransferRecurringCreateRequest -
Available on TransferRecurringCreateRequest, provided by the $TransferRecurringCreateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String> ? clientId, Wrapped<String> ? secret, Wrapped<String> ? accessToken, Wrapped<String?> ? idempotencyKey, Wrapped<String> ? accountId, Wrapped<TransferType> ? type, Wrapped<TransferNetwork> ? network, Wrapped<ACHClass?> ? achClass, Wrapped<String> ? amount, Wrapped<bool?> ? userPresent, Wrapped<String?> ? isoCurrencyCode, Wrapped<String?> ? testClockId, Wrapped<TransferRecurringSchedule> ? schedule, Wrapped<TransferUserInRequest> ? user, Wrapped<TransferDevice> ? device}) → TransferRecurringCreateRequest -
Available on TransferRecurringCreateRequest, provided by the $TransferRecurringCreateRequestExtension 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 TransferRecurringCreateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransferRecurringCreateRequest instance)