Sha256: 5125e2ce13ee52a8e7911f86ad8814e15a1e643424263021a738f67512bafa15
Contents?: true
Size: 911 Bytes
Versions: 2
Compression:
Stored size: 911 Bytes
Contents
# OpenapiClient::SharedSecretConfigurationResponseAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **store_id** | **String** | An optional outlet ID for clients that support multiple stores in the same developer app. | [optional] **shared_secret** | **String** | Shared secret/password for Connect. | [optional] **response_message** | **String** | The message/status received after updating shared secret service config. | [optional] **response_timestamp** | **Integer** | Response timestamp. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::SharedSecretConfigurationResponseAllOf.new(store_id: 12345500000, shared_secret: 6768tr457r, response_message: SUCCESS, response_timestamp: 1561035070) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.7.1 | docs/SharedSecretConfigurationResponseAllOf.md |
first_data_gateway-1.7.0 | docs/SharedSecretConfigurationResponseAllOf.md |