Sha256: 7df56d9029610b37edc3de7e1d3c2ff15b53d560f0489734ca1ac6a23f2ba34c

Contents?: true

Size: 481 Bytes

Versions: 4

Compression:

Stored size: 481 Bytes

Contents

# SyncteraRubySdk::InAppProvisioning

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **address_verification** | [**DigitalWalletTokenAddressVerification**](DigitalWalletTokenAddressVerification.md) |  | [optional] |
| **enabled** | **Boolean** |  | [optional][default to false] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::InAppProvisioning.new(
  address_verification: null,
  enabled: false
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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