ProcessorBankTransferCreateRequest constructor

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

Implementation

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