Conekta::PayoutOrderResponseCustomerInfo Properties Name Type Description Notes customer_custom_reference String Custom reference [optional] name String [optional] email 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 )