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

AdvancedAuthOtherPoi.md

File metadata and controls

22 lines (16 loc) · 529 Bytes

Marqeta::AdvancedAuthOtherPoi

Properties

Name Type Description Notes
card_presence Boolean [optional][default to false]
cardholder_presence Boolean [optional][default to false]
partial_approval_capable Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::AdvancedAuthOtherPoi.new(
  card_presence: null,
  cardholder_presence: null,
  partial_approval_capable: null
)