The Mercury Credit API — credit accounts.
Summary
Functions
Returns every credit account for the organisation (not paginated). GET /credit
Functions
@spec list(client :: Mercury.Client.t()) :: {:ok, [Mercury.CreditAccount.t()]} | {:error, Exception.t()}
Returns every credit account for the organisation (not paginated). GET /credit
@spec list!(client :: Mercury.Client.t()) :: [Mercury.CreditAccount.t()]