Sha256: cb78511acf685cba48652ea63fae6cd68440a235c983c538ffa53b112189dbcd

Contents?: true

Size: 830 Bytes

Versions: 4

Compression:

Stored size: 830 Bytes

Contents

# SyncteraRubySdk::AppleDigitalWalletProvisionRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **certificates** | **Array<String>** | Leaf and sub-CA certificates provided by Apple |  |
| **device_type** | [**DeviceType**](DeviceType.md) |  |  |
| **nonce** | **String** | One-time-use nonce provided by Apple for security purposes. |  |
| **nonce_signature** | **String** | Apple-provided signature to the nonce. |  |
| **provisioning_app_version** | **String** | Version of the application making the provisioning request. |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AppleDigitalWalletProvisionRequest.new(
  certificates: null,
  device_type: null,
  nonce: null,
  nonce_signature: null,
  provisioning_app_version: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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