Sha256: 49a547c3a324ba1c1dff979e9029e72356557006f18ab426389fe83ed42b71da
Contents?: true
Size: 642 Bytes
Versions: 2
Compression:
Stored size: 642 Bytes
Contents
# PCPServerSDK::ThreeDSecureResults ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **version** | **String** | 3D Secure Protocol version used during this transaction. | [optional] | | **scheme_eci** | **String** | 3D Secure ECI (Electronic Commerce Indicator) depending on the Scheme. Returned by DS. | [optional] | | **applied_exemption** | **String** | Exemption requested and applied in the authorization. | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::ThreeDSecureResults.new( version: 2.2.0, scheme_eci: 5, applied_exemption: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/ThreeDSecureResults.md |
pcp-server-ruby-sdk-0.1.0 | docs/ThreeDSecureResults.md |