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

Latest commit

 

History

History
26 lines (20 loc) · 643 Bytes

AdvancedAuthPoi.md

File metadata and controls

26 lines (20 loc) · 643 Bytes

Marqeta::AdvancedAuthPoi

Properties

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']

Example

require 'marqeta'

instance = Marqeta::AdvancedAuthPoi.new(
  other: null,
  ecommerce: null,
  atm: null,
  moto: null,
  moto_indicator: null
)