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

Latest commit

 

History

History
20 lines (14 loc) · 356 Bytes

Transit.md

File metadata and controls

20 lines (14 loc) · 356 Bytes

Marqeta::Transit

Properties

Name Type Description Notes
transaction_type String [optional]
transportation_mode String [optional]

Example

require 'marqeta'

instance = Marqeta::Transit.new(
  transaction_type: null,
  transportation_mode: null
)