Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 499 Bytes

CustomerInfo.md

File metadata and controls

26 lines (20 loc) · 499 Bytes

Conekta::CustomerInfo

Properties

Name Type Description Notes
name String
email String
phone String
corporate Boolean [optional]
object String [optional]

Example

require 'conekta'

instance = Conekta::CustomerInfo.new(
  name: DevTest,
  email: test@conekta.com,
  phone: 5522997233,
  corporate: null,
  object: customer_info
)