TransferIntentCreate constructor

TransferIntentCreate({
  1. String? id,
  2. DateTime? created,
  3. TransferIntentCreateStatus? status,
  4. String? accountId,
  5. String? originationAccountId,
  6. String? amount,
  7. TransferIntentCreateMode? mode,
  8. ACHClass? achClass,
  9. TransferUserInResponse? user,
  10. String? description,
  11. 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,
});