Conekta::PayoutOrderResponseCustomerInfo
April 29, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| customer_custom_reference | String | Custom reference | [optional] |
| name | String | [optional] | |
| String | [optional] | ||
| phone | String | [optional] | |
| corporate | Boolean | [optional][default to false] | |
| object | String | [optional] | |
| id | String | The id of the customer. |
Example
require 'conekta'
instance = Conekta::PayoutOrderResponseCustomerInfo.new(
customer_custom_reference: custom_reference,
name: DevTest,
email: test@conekta.com,
phone: 5522997233,
corporate: null,
object: customer_info,
id: cus_23874283647
)