Sha256: 48edb06b6e2c6b82f56d5bcbe48cdf26980785ee16a2df61c8f916d511c8f62e
Contents?: true
Size: 611 Bytes
Versions: 4
Compression:
Stored size: 611 Bytes
Contents
# SyncteraRubySdk::ProvisioningControls ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **in_app_provisioning** | [**InAppProvisioning**](InAppProvisioning.md) | | [optional] | | **manual_entry** | [**ManualEntry**](ManualEntry.md) | | [optional] | | **wallet_provider_card_on_file** | [**WalletProviderCardOnFile**](WalletProviderCardOnFile.md) | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::ProvisioningControls.new( in_app_provisioning: null, manual_entry: null, wallet_provider_card_on_file: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems