Sha256: 60c14782a99ecc22c55d1055ae3ff121020e2ac1443a1bc8af0fdf2797915095
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
# OpenapiClient::StandinResponseDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **secure3_d_enrolment_status** | **String** | Secure 3D Enrolment Status. | [optional] **secure3_deci** | **String** | Secure 3D ECI. | [optional] **secure3_d_authentication_response** | **String** | Secure 3D Authentication Response. | [optional] **authentication_value** | **String** | Secure 3D Authentication Value. | [optional] **xid** | **String** | Secure 3D XID. | [optional] **authentication_algorithm** | **String** | Secure 3D Authentication Algorithm. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::StandinResponseDetails.new(secure3_d_enrolment_status: Y, secure3_deci: 05, secure3_d_authentication_response: Y, authentication_value: AAABBgFWUQAAAAEzZ1ZRAAAAAAA=, xid: cb8QZ9mmkTUqreE89RjjjAtpJpg, authentication_algorithm: 2) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.14.0 | docs/StandinResponseDetails.md |
first_data_gateway-1.13.0 | docs/StandinResponseDetails.md |