Sha256: 08a272954aa9254a8d6f68458d84f1286f0d283f726e82e74e488975686ac195
Contents?: true
Size: 1.82 KB
Versions: 6
Compression:
Stored size: 1.82 KB
Contents
# TalonOne::ModelReturn ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **application_id** | **Integer** | The ID of the application that owns this entity. | **account_id** | **Integer** | The ID of the account that owns this entity. | **returned_cart_items** | [**Array<ReturnedCartItem>**](ReturnedCartItem.md) | List of cart items to be returned. | **event_id** | **Integer** | The event ID of that was generated for this return. | **session_id** | **Integer** | The internal ID of the session this return was requested on. | **session_integration_id** | **String** | The integration ID of the session this return was requested on. | **profile_id** | **Integer** | The internal ID of the profile this return was requested on. | [optional] **profile_integration_id** | **String** | The integration ID of the profile this return was requested on. | [optional] **created_by** | **Integer** | ID of the user who requested this return. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ModelReturn.new(id: 6, created: 2020-06-10T09:05:27.993483Z, application_id: 322, account_id: 3886, returned_cart_items: null, event_id: 123, session_id: 123, session_integration_id: 0c0e0207-eb30-4e06-a56c-2b7c8a64953c, profile_id: 123, profile_integration_id: 0c0e0207-eb30-4e06-a56c-2b7c8a64953c, created_by: 123) ```
Version data entries
6 entries across 6 versions & 1 rubygems