View Source ExOAPI.Stripe.SDK.Mandates (exoapi_stripe v0.1.4)
Link to this section Summary
Functions
description: <p>Retrieves a Mandate object.</p>
Link to this section Types
@type get_mandates_mandate_opts() :: {:expand, String.t()}
Link to this section Functions
@spec get_mandates_mandate( client :: ExOAPI.Client.t(), mandate :: String.t(), [get_mandates_mandate_opts()] ) :: {:ok, ExOAPI.Stripe.Schemas.Error.t() | ExOAPI.Stripe.Schemas.Mandate.t() | map()} | {:error, any()}
description: <p>Retrieves a Mandate object.</p>