Gdex v0.1.2 Gdex.Deposit View Source
Link to this section Summary
Link to this section Functions
Link to this function
from_coinbase(coinbase_account_id, amount, currency)
View Source
from_coinbase(binary(), Gdex.amount(), binary()) :: Gdex.Request.t()
Deposit funds from a Coinbase account.
Link to this function
from_payment_method(payment_method_id, amount, currency)
View Source
from_payment_method(binary(), Gdex.amount(), binary()) :: Gdex.Request.t()
Deposit funds from a payment method.
Use Gdex.Payment.list/0
to retrieve a list of your payment methods.mk