docs/UnionPayAuthenticationRequest.md in first_data_gateway-1.2.0 vs docs/UnionPayAuthenticationRequest.md in first_data_gateway-1.3.0
- old
+ new
@@ -1,9 +1,17 @@
# OpenapiClient::UnionPayAuthenticationRequest
## Properties
+
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**request_type** | **String** | Indicates what kind of authentication scheme the merchant wants to use on the card. |
**sms_phone_number** | **String** | Mobile number for SMS verification. |
+
+## Code Sample
+
+```ruby
+require 'OpenapiClient'
+
+instance = OpenapiClient::UnionPayAuthenticationRequest.new(sms_phone_number: 86-13012345678)
+```