Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 615 Bytes

File metadata and controls

22 lines (16 loc) · 615 Bytes

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

require 'ultracart_api'

instance = UltracartClient::LinkedAccount.new(
  company: null,
  merchant_id: null,
  selected: null
)