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) · 648 Bytes

CommandoModeRequest.md

File metadata and controls

24 lines (18 loc) · 648 Bytes

Marqeta::CommandoModeRequest

Properties

Name Type Description Notes
program_gateway_funding_source_token String
real_time_standin_criteria RealTimeStandinCriteria [optional]
commando_mode_enables CommandoModeEnables
token String [optional]

Example

require 'marqeta'

instance = Marqeta::CommandoModeRequest.new(
  program_gateway_funding_source_token: null,
  real_time_standin_criteria: null,
  commando_mode_enables: null,
  token: null
)