# PinterestSdkClient::MaxPriceFilter

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **max_price** | [**CatalogsProductGroupPricingCriteria**](.md) |  |  |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::MaxPriceFilter.new(
  max_price: null
)
```