Sha256: 178e925977e8769359b5d6235c896fc782d6c54bb8f22dea8f800a026f2e0df0
Contents?: true
Size: 589 Bytes
Versions: 2
Compression:
Stored size: 589 Bytes
Contents
# OpenapiClient::DeleteBrandingStyleConfigurationResponseAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **store_id** | **String** | Store ID number. | [optional] **status** | **String** | Status from delete branding style configuration process. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::DeleteBrandingStyleConfigurationResponseAllOf.new(store_id: 12345500000, status: SUCCESS. Style properties were successfully reset to default.) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.7.1 | docs/DeleteBrandingStyleConfigurationResponseAllOf.md |
first_data_gateway-1.7.0 | docs/DeleteBrandingStyleConfigurationResponseAllOf.md |