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

ProvisioningControls.md

File metadata and controls

22 lines (16 loc) · 585 Bytes

Marqeta::ProvisioningControls

Properties

Name Type Description Notes
manual_entry ManualEntry [optional]
wallet_provider_card_on_file WalletProviderCardOnFile [optional]
in_app_provisioning InAppProvisioning [optional]

Example

require 'marqeta'

instance = Marqeta::ProvisioningControls.new(
  manual_entry: null,
  wallet_provider_card_on_file: null,
  in_app_provisioning: null
)