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