Sha256: f4d49fdda6b4752d302f06b3700958f31e445ce9af23df7cad3a16cf73d4858b

Contents?: true

Size: 611 Bytes

Versions: 7

Compression:

Stored size: 611 Bytes

Contents

# OpenapiClient::CombinedMode

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**logo** | [**Logo**](Logo.md) |  | [optional] 
**background** | [**Background**](Background.md) |  | [optional] 
**text** | [**Text**](Text.md) |  | [optional] 
**button** | [**Button**](Button.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::CombinedMode.new(logo: null,
                                 background: null,
                                 text: null,
                                 button: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
first_data_gateway-1.10.0 docs/CombinedMode.md
first_data_gateway-1.9.0 docs/CombinedMode.md
first_data_gateway-1.8.1 docs/CombinedMode.md
first_data_gateway-1.8.0 docs/CombinedMode.md
first_data_gateway-1.7.1 docs/CombinedMode.md
first_data_gateway-1.7.0 docs/CombinedMode.md
first_data_gateway-1.6.0 docs/CombinedMode.md