deleteOnAction property
If true, the item/quantity will be deleted from your inventory when the action is performed. Otherwise, you'll retain these required items after the action is complete.
Implementation
@JsonKey(name:'deleteOnAction')
bool? deleteOnAction;