# PinterestSdkClient::AdAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **name** | **String** | | [optional] | | **owner** | [**AdAccountOwner**](AdAccountOwner.md) | | [optional] | | **country** | [**Country**](Country.md) | | [optional] | | **currency** | [**Currency**](Currency.md) | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::AdAccount.new( id: null, name: null, owner: null, country: null, currency: null ) ```