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

AccountHolderGroupResponse.md

File metadata and controls

22 lines (16 loc) · 473 Bytes

Marqeta::AccountHolderGroupResponse

Properties

Name Type Description Notes
token String 36 char max [optional]
name String 40 char max [optional]
config AccountHolderGroupConfig [optional]

Example

require 'marqeta'

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