Name | Type | Description | Notes |
---|---|---|---|
enable | Boolean | Indicates whether 3D-Secure capability is available for the terminal. | [optional] |
supported_cards | Array<String> | List of cards brands eligible for 3D-Secure processing. | [optional] |
require 'worldnet_payments'
instance = WorldnetPayments::ThreeDSecure.new(
enable: null,
supported_cards: null
)