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

OtherPoi.md

File metadata and controls

22 lines (16 loc) · 542 Bytes

Marqeta::OtherPoi

Properties

Name Type Description Notes
allow Boolean [optional][default to true]
card_presence_required Boolean Default = false [optional][default to false]
cardholder_presence_required Boolean Default = false [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::OtherPoi.new(
  allow: null,
  card_presence_required: null,
  cardholder_presence_required: null
)