View Source ExOAPI.Stripe.SDK.Bitcoin (exoapi_stripe v0.1.4)
Link to this section Summary
Functions
description: <p>Returns a list of your receivers. Receivers are returned sorted by creation date, with the most recently created receivers appearing first.</p>
description: <p>Retrieves the Bitcoin receiver with the given ID.</p>
description: <p>List bitcoin transacitons for a given receiver.</p>
description: <p>List bitcoin transacitons for a given receiver.</p>
Link to this section Types
Link to this section Functions
@spec get_bitcoin_receivers(client :: ExOAPI.Client.t(), [ get_bitcoin_receivers_opts() ]) :: {:ok, ExOAPI.Stripe.Schemas.Error.t() | %{ url: String.t(), object: String.t() | :list, has_more: boolean(), data: [ExOAPI.Stripe.Schemas.BitcoinReceiver.t()] } | map()} | {:error, any()}
description: <p>Returns a list of your receivers. Receivers are returned sorted by creation date, with the most recently created receivers appearing first.</p>
deprecated: true
@spec get_bitcoin_receivers_id( client :: ExOAPI.Client.t(), id :: String.t(), [get_bitcoin_receivers_id_opts()] ) :: {:ok, ExOAPI.Stripe.Schemas.Error.t() | ExOAPI.Stripe.Schemas.BitcoinReceiver.t() | map()} | {:error, any()}
description: <p>Retrieves the Bitcoin receiver with the given ID.</p>
deprecated: true
get_bitcoin_receivers_receiver_transactions(client, receiver, opts \\ [])
View Source@spec get_bitcoin_receivers_receiver_transactions( client :: ExOAPI.Client.t(), receiver :: String.t(), [get_bitcoin_receivers_receiver_transactions_opts()] ) :: {:ok, ExOAPI.Stripe.Schemas.Error.t() | %{ url: String.t(), object: String.t() | :list, has_more: boolean(), data: [ExOAPI.Stripe.Schemas.BitcoinTransaction.t()] } | map()} | {:error, any()}
description: <p>List bitcoin transacitons for a given receiver.</p>
deprecated: true
@spec get_bitcoin_transactions(client :: ExOAPI.Client.t(), [ get_bitcoin_transactions_opts() ]) :: {:ok, ExOAPI.Stripe.Schemas.Error.t() | %{ url: String.t(), object: String.t() | :list, has_more: boolean(), data: [ExOAPI.Stripe.Schemas.BitcoinTransaction.t()] } | map()} | {:error, any()}
description: <p>List bitcoin transacitons for a given receiver.</p>
deprecated: true