Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.24 KB

Return.md

File metadata and controls

19 lines (16 loc) · 1.24 KB

TalonOne.Model.Return

Properties

Name Type Description Notes
Id int Internal ID of this entity.
Created DateTime The time this entity was created.
ApplicationId int The ID of the application that owns this entity.
AccountId int The ID of the account that owns this entity.
ReturnedCartItems List<ReturnedCartItem> List of cart items to be returned.
EventId int The event ID of that was generated for this return.
SessionId int The internal ID of the session this return was requested on.
SessionIntegrationId string The integration ID of the session this return was requested on.
ProfileId int The internal ID of the profile this return was requested on. [optional]
ProfileIntegrationId string The integration ID of the profile this return was requested on. [optional]
CreatedBy int ID of the user who requested this return. [optional]

[Back to Model list] [Back to API list] [Back to README]