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

Latest commit

 

History

History
28 lines (22 loc) · 697 Bytes

CommandoModeTransitionResponse.md

File metadata and controls

28 lines (22 loc) · 697 Bytes

Marqeta::CommandoModeTransitionResponse

Properties

Name Type Description Notes
type String [optional]
token String [optional]
commando_mode_token String [optional]
transition CommandoModeNestedTransition [optional]
created_time Time yyyy-MM-ddTHH:mm:ssZ
name String [optional]

Example

require 'marqeta'

instance = Marqeta::CommandoModeTransitionResponse.new(
  type: null,
  token: null,
  commando_mode_token: null,
  transition: null,
  created_time: null,
  name: null
)