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

Latest commit

 

History

History
28 lines (22 loc) · 499 Bytes

GLEntry.md

File metadata and controls

28 lines (22 loc) · 499 Bytes

Marqeta::GLEntry

Properties

Name Type Description Notes
detail String [optional]
tag String [optional]
amount Float
layer String
account String
type String

Example

require 'marqeta'

instance = Marqeta::GLEntry.new(
  detail: null,
  tag: null,
  amount: null,
  layer: null,
  account: null,
  type: null
)