TransferIntentCreateRequest constructor
TransferIntentCreateRequest({
- String? clientId,
- String? secret,
- String? accountId,
- required TransferIntentCreateMode mode,
- required String amount,
- required String description,
- ACHClass? achClass,
- String? originationAccountId,
- required TransferUserInRequest user,
- TransferMetadata? metadata,
- String? isoCurrencyCode,
- bool? requireGuarantee,
Implementation
TransferIntentCreateRequest({
this.clientId,
this.secret,
this.accountId,
required this.mode,
required this.amount,
required this.description,
this.achClass,
this.originationAccountId,
required this.user,
this.metadata,
this.isoCurrencyCode,
this.requireGuarantee,
});