Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 325 Bytes

CustomerInfoJustCustomerIdResponse.md

File metadata and controls

18 lines (12 loc) · 325 Bytes

Conekta::CustomerInfoJustCustomerIdResponse

Properties

Name Type Description Notes
customer_id String [optional]

Example

require 'conekta'

instance = Conekta::CustomerInfoJustCustomerIdResponse.new(
  customer_id: cus_23874283647
)