Name | Type | Description | Notes |
---|---|---|---|
other | AdvancedAuthOtherPoi | [optional] | |
ecommerce | Boolean | [optional][default to false] | |
atm | Boolean | [optional][default to false] | |
moto | Boolean | [optional][default to false] | |
moto_indicator | String | [optional][default to 'OTHERS'] |
require 'marqeta'
instance = Marqeta::AdvancedAuthPoi.new(
other: null,
ecommerce: null,
atm: null,
moto: null,
moto_indicator: null
)