BankTransferCreateRequest constructor

BankTransferCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? idempotencyKey,
  4. String? accessToken,
  5. String? accountId,
  6. BankTransferType? type,
  7. BankTransferNetwork? network,
  8. String? amount,
  9. String? isoCurrencyCode,
  10. String? description,
  11. ACHClass? achClass,
  12. BankTransferUser? user,
  13. String? customTag,
  14. BankTransferMetadata? metadata,
  15. String? originationAccountId,
})

Implementation

BankTransferCreateRequest({
  this.clientId,
  this.secret,
  this.idempotencyKey,
  this.accessToken,
  this.accountId,
  this.type,
  this.network,
  this.amount,
  this.isoCurrencyCode,
  this.description,
  this.achClass,
  this.user,
  this.customTag,
  this.metadata,
  this.originationAccountId,
});