package com.nebula.erp.sales.document;

public class PrescriptionItemSwagger {
    // Summaries and Descriptions
    public static final String UPDATE_IS_SALE_SUMMARY = "Update the sale status of a prescription item";
    public static final String UPDATE_IS_SALE_DESCRIPTION = "Update the 'is_sale' field of a prescription item by providing the encounter ID and product ID.";
}