SyncteraRubySdk::AppleDigitalWalletProvisionRequest

Properties

Name Type Description Notes
certificates Array<String> Leaf and sub-CA certificates provided by Apple
device_type DeviceType
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

require 'synctera_ruby_sdk'

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