Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.51 KB

TrashBinItem.md

File metadata and controls

15 lines (12 loc) · 1.51 KB

VoucherifySdk::TrashBinItem

Properties

Name Type Description Notes
id String Unique identifier of the trash bin entry. It should not be confused with the ID of the resource moved to the bin. [optional]
created_at Time Timestamp representing the date and time when the resource was moved to the bin. The value for this parameter is shown in the ISO 8601 format. [optional]
deleted_by_user_id String Unique identifier of the user who moved the resource to the bin. It returns a user ID if the resource was moved to the bin through an action in the website. It returns a `null` if the resource was deleted through the API. [optional]
resource_id String Unique identifier of the resource moved to the bin, i.e. an ID of a campaign, product, SKU, or voucher. [optional]
resource_type String Type of the resource moved to the bin. [optional]
resource_name String Name of the resouce moved to the bin. It is the name of the campaign, product or SKU, or the voucher code. [optional]
resource_parent_id String Unique identifier of the parent resource. For a voucher, it is a campaign ID, except for standalone vouchers. For an SKU, it is the product ID. It returns `null` for campaigns and base products. [optional]
object String The type of the object represented by JSON. It is equal to the `resource_type`. [optional]