docs/Secure3dAuthenticationRequest.md in first_data_gateway-1.2.0 vs docs/Secure3dAuthenticationRequest.md in first_data_gateway-1.3.0

- old
+ new

@@ -1,8 +1,16 @@ # OpenapiClient::Secure3dAuthenticationRequest ## Properties + Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**request_type** | **String** | Indicates what kind of authentication scheme the merchant wants to use on the card. | + +## Code Sample + +```ruby +require 'OpenapiClient' + +instance = OpenapiClient::Secure3dAuthenticationRequest.new() +```