| Name | Type | Description | Notes |
|---|---|---|---|
| company | String | The company name of this linked account. | [optional] |
| merchant_id | String | A merchant id that is linked to this account. | [optional] |
| selected | Boolean | If true, this user configuration (permissions, notifications, everything) is cascaded to this linked account. | [optional] |
require 'ultracart_api'
instance = UltracartClient::LinkedAccount.new(
company: null,
merchant_id: null,
selected: null
)