docs/PaymentVerification3ds.md in first_data_gateway-1.2.0 vs docs/PaymentVerification3ds.md in first_data_gateway-1.3.0
- old
+ new
@@ -1,10 +1,21 @@
# OpenapiClient::PaymentVerification3ds
## 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::PaymentVerification3ds.new(code: 4,
+ status: approved,
+ scheme: 6)
+```