Sha256: c173fd81e0711236069086ba250821299aa97de940ee357b80d9f70c71f4df96
Contents?: true
Size: 455 Bytes
Versions: 196
Compression:
Stored size: 455 Bytes
Contents
# UltracartClient::CartAffiliate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **affiliate_id** | **Integer** | Affiliate id associated with the cart | [optional] | | **affiliate_sub_id** | **String** | Affiliate sub id associated with the cart | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartAffiliate.new( affiliate_id: null, affiliate_sub_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems