Sha256: a37c927ce589925fe837f8fe8a7096fd106ee16287feafbbd16a8f12753bb419

Contents?: true

Size: 738 Bytes

Versions: 4

Compression:

Stored size: 738 Bytes

Contents

# SyncteraRubySdk::GoogleDigitalWalletProvisionResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **card_id** | **String** | The unique identifier of a card | [optional] |
| **created_time** | **Time** |  | [optional] |
| **last_modified_time** | **Time** |  | [optional] |
| **push_tokenize_request_data** | [**PushTokenizeRequestData**](PushTokenizeRequestData.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::GoogleDigitalWalletProvisionResponse.new(
  card_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  created_time: 2010-05-06T12:23:34.321Z,
  last_modified_time: 2010-05-06T12:23:34.321Z,
  push_tokenize_request_data: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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