# OpenapiClient::Secure3D10AuthenticationRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **term_url** | **String** | The result of the authentication will be sent to this URL. If not provided, a term URL will be dynamically generated. Note this must be a valid URL (special characters should be URL-encoded). | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Secure3D10AuthenticationRequest.new(term_url: https://www.mywebshop.com/process3dSecure) ```