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
@spec retrieve_bin_number( binary(), keyword() ) :: {:ok, Craftgate.Response.BinNumberResponse.t()} | {:error, any()}
@spec retrieve_bin_number!( binary(), keyword() ) :: Craftgate.Response.BinNumberResponse.t() | no_return()
Bangified version of retrieve_bin_number/2
@spec search_installments( Craftgate.Request.SearchInstallmentsRequest.t(), keyword() ) :: {:ok, Craftgate.Response.InstallmentListResponse.t()} | {:error, any()}
@spec search_installments!( Craftgate.Request.SearchInstallmentsRequest.t(), keyword() ) :: Craftgate.Response.InstallmentListResponse.t() | no_return()
Bangified version of search_installments/2