Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 497 Bytes

CommandoModeNestedTransition.md

File metadata and controls

24 lines (18 loc) · 497 Bytes

Marqeta::CommandoModeNestedTransition

Properties

Name Type Description Notes
commando_enabled Boolean [default to false]
reason String [optional]
channel String
username String [optional]

Example

require 'marqeta'

instance = Marqeta::CommandoModeNestedTransition.new(
  commando_enabled: null,
  reason: null,
  channel: null,
  username: null
)