Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 776 Bytes

File metadata and controls

22 lines (16 loc) · 776 Bytes

Zernio::CreateInboxConversationRequestTemplateButtonParamsInner

Properties

Name Type Description Notes
index Integer Zero-based position of the button in the approved template's buttons.
sub_type String The button kind, which decides how the value is sent: copy_code sends it as the coupon_code payload, flow as the flow token, url as the dynamic suffix appended to the button's base URL.
value String The value to send (e.g. the Pix copy-and-paste code for a copy_code button).

Example

require 'zernio-sdk'

instance = Zernio::CreateInboxConversationRequestTemplateButtonParamsInner.new(
  index: null,
  sub_type: null,
  value: null
)