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

Latest commit

 

History

History
26 lines (20 loc) · 517 Bytes

MccGroupModel.md

File metadata and controls

26 lines (20 loc) · 517 Bytes

Marqeta::MccGroupModel

Properties

Name Type Description Notes
token String [optional]
name String
mccs Array<Object>
active Boolean [optional][default to false]
config Config [optional]

Example

require 'marqeta'

instance = Marqeta::MccGroupModel.new(
  token: null,
  name: null,
  mccs: null,
  active: null,
  config: null
)