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

Program.md

File metadata and controls

22 lines (16 loc) · 362 Bytes

Marqeta::Program

Properties

Name Type Description Notes
program_id String
short_code String
long_code String

Example

require 'marqeta'

instance = Marqeta::Program.new(
  program_id: null,
  short_code: null,
  long_code: null
)