TransferIntentCreateRequest constructor

TransferIntentCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? accountId,
  4. TransferIntentCreateMode? mode,
  5. String? amount,
  6. String? description,
  7. ACHClass? achClass,
  8. String? originationAccountId,
  9. TransferUserInRequest? user,
  10. TransferMetadata? metadata,
})

Implementation

TransferIntentCreateRequest({
  this.clientId,
  this.secret,
  this.accountId,
  this.mode,
  this.amount,
  this.description,
  this.achClass,
  this.originationAccountId,
  this.user,
  this.metadata,
});