Sha256: 43bd94b8b21f2640844ebfa6e488e1e1564811ad4c485c8ad82deef5da8d6fcd

Contents?: true

Size: 786 Bytes

Versions: 7

Compression:

Stored size: 786 Bytes

Contents

# OpenapiClient::Properties

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**font_face** | [**FontFace**](FontFace.md) |  | [optional] 
**font_size** | **String** | Font size property. | [optional] 
**font_weight** | [**FontWeight**](FontWeight.md) |  | [optional] 
**font_color** | **String** | Hexadecimal color value. | [optional] 
**color** | **String** | Hexadecimal color value. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Properties.new(font_face: null,
                                 font_size: xx-small,
                                 font_weight: null,
                                 font_color: #FFEE00,
                                 color: #FFEE00)
```


Version data entries

7 entries across 7 versions & 1 rubygems

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