Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.34 KB

ItemDigitalItem.md

File metadata and controls

19 lines (15 loc) · 1.34 KB

ItemDigitalItem

Properties

Name Type Description Notes
click_wrap_agreement str Click wrap agreement is presented to the customer before they can purchase your product. [optional]
creation_dts str File creation date [optional]
description str Description of the digital item [optional]
digital_item_oid int The Digital item oid is a primary key used internally by UltraCart. You should not set or change this value. Doing so will have no effect. [optional]
external_id str External Id useful for syncing with a remote filesystem, this may be an MD5 hash or whatever suits your needs. [optional]
file_size int File size [optional]
import_from_url str This url is sourced to create or update a digital file in your digital library. It is only considered during an insert or update operation. [optional]
mime_type str Mime type associated with the file [optional]
original_filename str Original filename [optional]
pdf_meta ItemDigitalItemPdfMeta [optional]

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