# PinterestSdkClient::CurrencyFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency** | [**CatalogsProductGroupCurrencyCriteria**](.md) | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CurrencyFilter.new( currency: null ) ```