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

Version Path
synctera_ruby_sdk-1.1.3 docs/ProvisioningControls.md
synctera_ruby_sdk-1.1.2 docs/ProvisioningControls.md
synctera_ruby_sdk-1.1.1 docs/ProvisioningControls.md
synctera_ruby_sdk-1.0.0 docs/ProvisioningControls.md