docs/AccessTokenResponse.md in first_data_gateway-1.1.0 vs docs/AccessTokenResponse.md in first_data_gateway-1.2.0
- old
+ new
@@ -1,10 +1,10 @@
# OpenapiClient::AccessTokenResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**access_token** | **String** | Access token for authentication | [optional]
-**client_request_id** | **String** | Echoes back the value from the request header for tracking | [optional]
+**access_token** | **String** | Access token for authentication. | [optional]
+**client_request_id** | **String** | Echoes back the value from the request header for tracking. | [optional]
**request_status** | **String** | The result of the requested operation. If this is anything other than 'SUCCESS', please refer to the 400s HTTP error codes. See ErrorResponse object for details. | [optional]