TransferRecurringCreateRequest constructor

TransferRecurringCreateRequest({
  1. required String clientId,
  2. required String secret,
  3. required String accessToken,
  4. required String? idempotencyKey,
  5. required String accountId,
  6. required TransferType type,
  7. required TransferNetwork network,
  8. ACHClass? achClass,
  9. required String amount,
  10. required bool? userPresent,
  11. String? isoCurrencyCode,
  12. String? testClockId,
  13. required TransferRecurringSchedule schedule,
  14. required TransferUserInRequest user,
  15. 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,
});