class CybridApiBank::QuotesBankApi

def list_quotes(opts = {})

Returns:
  • (QuoteListBankModel) -

Options Hash: (**opts)
  • :side (String) -- Comma separated sides to list quotes for.
  • :customer_guid (String) -- Comma separated customer_guids to list quotes for.
  • :bank_guid (String) -- Comma separated bank_guids to list quotes for.
  • :product_type (String) -- Comma separated product_types to list accounts for.
  • :guid (String) -- Comma separated quote_guids to list quotes for.
  • :per_page (Integer) --
  • :page (Integer) --

Parameters:
  • opts (Hash) -- the optional parameters
def list_quotes(opts = {})
  data, _status_code, _headers = list_quotes_with_http_info(opts)
  data
end