TransferIntentCreate constructor
TransferIntentCreate({
- String? id,
- DateTime? created,
- TransferIntentCreateStatus? status,
- String? accountId,
- String? originationAccountId,
- String? amount,
- TransferIntentCreateMode? mode,
- ACHClass? achClass,
- TransferUserInResponse? user,
- String? description,
- TransferMetadata? metadata,
Implementation
TransferIntentCreate({
this.id,
this.created,
this.status,
this.accountId,
this.originationAccountId,
this.amount,
this.mode,
this.achClass,
this.user,
this.description,
this.metadata,
});