TransferRecurringCreateRequest constructor
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,
Implementation
TransferRecurringCreateRequest({
required this.clientId,
required this.secret,
required this.accessToken,
required this.idempotencyKey,
required this.accountId,
required this.type,
required this.network,
this.achClass,
required this.amount,
required this.userPresent,
this.isoCurrencyCode,
this.testClockId,
required this.schedule,
required this.user,
required this.device,
});