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

AccountHolderGroupRequest.md

File metadata and controls

22 lines (16 loc) · 449 Bytes

Marqeta::AccountHolderGroupRequest

Properties

Name Type Description Notes
token String [optional]
name String [optional]
config AccountHolderGroupConfig [optional]

Example

require 'marqeta'

instance = Marqeta::AccountHolderGroupRequest.new(
  token: null,
  name: null,
  config: null
)