Sha256: 39c500e172715a1009626139f7b4075255ac9cc63e10771bddd94793476673d3
Contents?: true
Size: 615 Bytes
Versions: 198
Compression:
Stored size: 615 Bytes
Contents
# UltracartClient::LinkedAccount ## Properties | 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] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::LinkedAccount.new( company: null, merchant_id: null, selected: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems