BankTransferCreateRequest constructor
BankTransferCreateRequest({
- String? clientId,
- String? secret,
- required String idempotencyKey,
- required String accessToken,
- required String accountId,
- 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
BankTransferCreateRequest({
this.clientId,
this.secret,
required this.idempotencyKey,
required this.accessToken,
required this.accountId,
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,
});