Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 706 Bytes

GoogleDigitalWalletProvisionRequest.md

File metadata and controls

24 lines (18 loc) · 706 Bytes

Synctera::GoogleDigitalWalletProvisionRequest

Properties

Name Type Description Notes
device_id String The user’s Android device ID; the device’s unique identifier.
device_type DeviceType
provisioning_app_version String Version of the application making the provisioning request.
wallet_account_id String The user’s Google wallet account ID.

Example

require 'synctera'

instance = Synctera::GoogleDigitalWalletProvisionRequest.new(
  device_id: null,
  device_type: null,
  provisioning_app_version: null,
  wallet_account_id: null
)