# OpenapiClient::DCCExchangeRateRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bin** | **String** | The bank identification number (BIN) of the card to be used for DCC. The BIN is the first 6 digits of the card number. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::DCCExchangeRateRequest.new(bin: 411111) ```