docs/CartAffiliate.md in ultracart_api-3.10.220 vs docs/CartAffiliate.md in ultracart_api-4.0.32.rc

- old
+ new

@@ -1,9 +1,20 @@ -# 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] - - +# 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 +) +``` +