# Conekta::CustomerInfoJustCustomerId ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_id** | **String** | | | ## Example ```ruby require 'conekta' instance = Conekta::CustomerInfoJustCustomerId.new( customer_id: cus_23874283647 ) ```