View Source Craftgate.Adapter.InstallmentAdapter (Craftgate v1.0.42)

Provides capabilities to retrieve information about BIN numbers and per-installment prices based on installment count

Link to this section Summary

Link to this section Functions

Link to this function

retrieve_bin_number(bin_number, options \\ [])

View Source
@spec retrieve_bin_number(
  binary(),
  keyword()
) :: {:ok, Craftgate.Response.BinNumberResponse.t()} | {:error, any()}
Link to this function

retrieve_bin_number!(bin_number, options \\ [])

View Source
@spec retrieve_bin_number!(
  binary(),
  keyword()
) :: Craftgate.Response.BinNumberResponse.t() | no_return()

Bangified version of retrieve_bin_number/2

Link to this function

search_installments(params, options \\ [])

View Source
Link to this function

search_installments!(params, options \\ [])

View Source

Bangified version of search_installments/2