Conekta::CustomerDetails
July 21, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| object | String | [optional] | |
| name | String | [optional] | |
| String | [optional] |
Example
require 'conekta'
instance = Conekta::CustomerDetails.new(
id: cus_2yDzKtEAD3khH8Sga,
object: customer,
name: mao,
email: maoarroya@gmail.com
)