TransferCreateRequest constructor

TransferCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? idempotencyKey,
  4. String? accessToken,
  5. String? accountId,
  6. String? authorizationId,
  7. TransferType? type,
  8. TransferNetwork? network,
  9. String? amount,
  10. String? description,
  11. ACHClass? achClass,
  12. TransferUserInRequest? user,
  13. TransferMetadata? metadata,
  14. String? originationAccountId,
})

Implementation

TransferCreateRequest({
  this.clientId,
  this.secret,
  this.idempotencyKey,
  this.accessToken,
  this.accountId,
  this.authorizationId,
  this.type,
  this.network,
  this.amount,
  this.description,
  this.achClass,
  this.user,
  this.metadata,
  this.originationAccountId,
});