# OpenapiClient::CardInfoLookupResponseAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **card_details** | [**Array<CardInfo>**](CardInfo.md) | One or more card information retrieved based on BIN. | [optional] **request_status** | **String** | Request status. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::CardInfoLookupResponseAllOf.new(card_details: [{"brand":"VISA","brandProductId":"VISA BUSINESS","cardFunction":"credit","commercialCard":"CORPORATE","issuerCountry":"DE","issuerName":"First National Bank of Omaha"}], request_status: SUCCESS) ```