Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.27 KB

ModelReturn.md

File metadata and controls

21 lines (16 loc) · 1.27 KB

# ModelReturn

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 \TalonOne\Client\Model\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]