Sha256: c0fb2c907c73c37a552e237181192581bd2c827325a928eda9be228f7b75cb9f
Contents?: true
Size: 495 Bytes
Versions: 4
Compression:
Stored size: 495 Bytes
Contents
# SyncteraRubySdk::WalletProviderCardOnFile ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address_verification** | [**DigitalWalletTokenAddressVerification**](DigitalWalletTokenAddressVerification.md) | | [optional] | | **enabled** | **Boolean** | | [optional][default to false] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::WalletProviderCardOnFile.new( address_verification: null, enabled: false ) ```
Version data entries
4 entries across 4 versions & 1 rubygems