# 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 ) ```