Sha256: 48a3b3b89ef25eb09f1851726071492674297ad15abf4a613cc9a660038c4428
Contents?: true
Size: 653 Bytes
Versions: 196
Compression:
Stored size: 653 Bytes
Contents
# UltracartClient::OrderAffiliate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **affiliate_oid** | **Integer** | Affiliate ID | [optional] | | **ledger_entries** | [**Array<OrderAffiliateLedger>**](OrderAffiliateLedger.md) | Ledger entries associated with all the commissions earned on this order | [optional] | | **sub_id** | **String** | Sub identifier provided by the affiliate on the click that generated this order | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderAffiliate.new( affiliate_oid: null, ledger_entries: null, sub_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems