Sha256: 9b0210090289a80d96c51cdc2d9784e2b0b7d70166d540656330e374b544d569
Contents?: true
Size: 729 Bytes
Versions: 4
Compression:
Stored size: 729 Bytes
Contents
# SyncteraRubySdk::GoogleDigitalWalletProvisionRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **device_id** | **String** | The user’s Android device ID; the device’s unique identifier. | | | **device_type** | [**DeviceType**](DeviceType.md) | | | | **provisioning_app_version** | **String** | Version of the application making the provisioning request. | | | **wallet_account_id** | **String** | The user’s Google wallet account ID. | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::GoogleDigitalWalletProvisionRequest.new( device_id: null, device_type: null, provisioning_app_version: null, wallet_account_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems