Sha256: fe364fc711f1086e0cc73fa7779fc05fb00e6961711f8ab11fcdd37d6c77b324
Contents?: true
Size: 528 Bytes
Versions: 12
Compression:
Stored size: 528 Bytes
Contents
# OpenapiClient::Verification3ds ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **String** | 3DS response code. | **status** | **String** | Interpretation of the response code. | [optional] **scheme** | **String** | Identifier of the scheme. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Verification3ds.new(code: 4, status: approved, scheme: 6) ```
Version data entries
12 entries across 12 versions & 1 rubygems