Sha256: f8601d66d63cd4ec23c327009b9a3b0f10ced067c17719f628e1d798bd133208
Contents?: true
Size: 826 Bytes
Versions: 2
Compression:
Stored size: 826 Bytes
Contents
# 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.7.1 | docs/CardInfoLookupResponseAllOf.md |
first_data_gateway-1.7.0 | docs/CardInfoLookupResponseAllOf.md |