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

Poi.md

File metadata and controls

22 lines (16 loc) · 434 Bytes

Marqeta::Poi

Properties

Name Type Description Notes
other OtherPoi [optional]
ecommerce Boolean [optional][default to true]
atm Boolean Default = false [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::Poi.new(
  other: null,
  ecommerce: null,
  atm: null
)