Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 787 Bytes

PayoutOrderResponseCustomerInfo.md

File metadata and controls

30 lines (24 loc) · 787 Bytes

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
)