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

Latest commit

 

History

History
22 lines (16 loc) · 602 Bytes

CommandoModeUpdateRequest.md

File metadata and controls

22 lines (16 loc) · 602 Bytes

Marqeta::CommandoModeUpdateRequest

Properties

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

Example

require 'marqeta'

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