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

AccountModel.md

File metadata and controls

22 lines (16 loc) · 374 Bytes

Marqeta::AccountModel

Properties

Name Type Description Notes
token String
code String [optional]
description String [optional]

Example

require 'marqeta'

instance = Marqeta::AccountModel.new(
  token: null,
  code: null,
  description: null
)