ProcessorBankTransferCreateRequest constructor
ProcessorBankTransferCreateRequest({
- String? clientId,
- String? secret,
- required String idempotencyKey,
- required String processorToken,
- required BankTransferType type,
- required BankTransferNetwork network,
- required String amount,
- required String isoCurrencyCode,
- required String description,
- ACHClass? achClass,
- required BankTransferUser user,
- String? customTag,
- BankTransferMetadata? metadata,
- String? originationAccountId,
Implementation
ProcessorBankTransferCreateRequest({
this.clientId,
this.secret,
required this.idempotencyKey,
required this.processorToken,
required this.type,
required this.network,
required this.amount,
required this.isoCurrencyCode,
required this.description,
this.achClass,
required this.user,
this.customTag,
this.metadata,
this.originationAccountId,
});