SyncteraRubySdk::DigitalWalletTokenEditRequest

Properties

Name Type Description Notes
token_status String The status indicating the digital wallet token lifecycle state

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::DigitalWalletTokenEditRequest.new(
  token_status: null
)