Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 574 Bytes

ChargeResponseChannel.md

File metadata and controls

24 lines (18 loc) · 574 Bytes

Conekta::ChargeResponseChannel

Properties

Name Type Description Notes
segment String [optional]
checkout_request_id String [optional]
checkout_request_type String [optional]
id String [optional]

Example

require 'conekta'

instance = Conekta::ChargeResponseChannel.new(
  segment: Checkout,
  checkout_request_id: 6fca054a-8519-4c43-971e-cea35cc519bb,
  checkout_request_type: HostedPayment,
  id: channel_2tNDzhA4Akmzj11AU
)