Sha256: 85f6e4e9fe84b9fbc4e9591ff6535cb8d631ff57fdecece37ec74f049e3f2b65
Contents?: true
Size: 1013 Bytes
Versions: 74
Compression:
Stored size: 1013 Bytes
Contents
# UltracartClient::ChannelPartner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **channel_partner_oid** | **Integer** | Channel partner object id | [optional] | | **code** | **String** | Code associated with the channel partner | [optional] | | **communication_method** | **String** | Communication method of the channel partner | [optional] | | **inactive** | **Boolean** | True if the channel partner is inactive | [optional] | | **merchant_id** | **String** | Merchant ID of the channel partner | [optional] | | **name** | **String** | Name of the channel partner | [optional] | | **skip_customer_emails** | **Boolean** | True if emails to the customer are skipped for this channel partner. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ChannelPartner.new( channel_partner_oid: null, code: null, communication_method: null, inactive: null, merchant_id: null, name: null, skip_customer_emails: null ) ```
Version data entries
74 entries across 74 versions & 1 rubygems