Sha256: 796643d4ecceb2da76b4a6bb6b99f640a55a9822b51b93ec8c69622d52080125
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 Bytes
Contents
# 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) ```
Version data entries
4 entries across 4 versions & 1 rubygems