Sha256: 4e7676ccc194febef7be8bf664edc4a0970f7319761929821f3e8f14397e3fc2
Contents?: true
Size: 841 Bytes
Versions: 4
Compression:
Stored size: 841 Bytes
Contents
# SyncteraRubySdk::AppleDigitalWalletProvisionResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **activation_data** | **String** | | [optional] | | **card_id** | **String** | The unique identifier of a card | [optional] | | **created_time** | **Time** | | [optional] | | **encrypted_pass_data** | **String** | | [optional] | | **ephemeral_public_key** | **String** | | [optional] | | **last_modified_time** | **Time** | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::AppleDigitalWalletProvisionResponse.new( activation_data: null, card_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, created_time: 2010-05-06T12:23:34.321Z, encrypted_pass_data: null, ephemeral_public_key: null, last_modified_time: 2010-05-06T12:23:34.321Z ) ```
Version data entries
4 entries across 4 versions & 1 rubygems