Skip to main content
type TransferSource = 
  | TransfersAccount
  | PaymentMethod
  | OnchainAddress
  | OriginatingBankAccountUs;
Defined in: _vendor/api/types/TransferSource.ts:8 The source of the transfer.