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

Account.md

File metadata and controls

22 lines (16 loc) · 374 Bytes

Marqeta::Account

Properties

Name Type Description Notes
id String [optional]
email_address String [optional]
score String [optional]

Example

require 'marqeta'

instance = Marqeta::Account.new(
  id: null,
  email_address: null,
  score: null
)