Name | Type | Description | Notes |
---|---|---|---|
other | OtherPoi | [optional] | |
ecommerce | Boolean | [optional][default to true] | |
atm | Boolean | Default = false | [optional][default to false] |
require 'marqeta'
instance = Marqeta::Poi.new(
other: null,
ecommerce: null,
atm: null
)