# LineItemPropertyInput **Type:** GraphQL inputs **Description:** Represents the properties of a line item that can be updated ## Fields - activationId (String): Activation ID of the line item for which attributes has to be updated. - attributes (AttributeUpdateInput): List of custom attributes related to the line item and license model - name (String): Name of the custom attribute to be updated - type (AttributeType) - value (String): Value of the custom attribute - deploy (Boolean): Whether the line item is to be deployed or not. This is used to update the deployment status of the line item - orderType (LineItemOrderType): Order type can have values like 'New_Order', 'Renewal_Order', 'Upgrade_Order' and Upsell_Order This is used to identify the type of order for the line item. - parentActivationId (String): Parent Line Item Activation ID. This is used to update the parent line item when the line item is a child of another line item. - product (UpdateProductInput): Product related to the line item - licenseModel (UpdateLicenseModelInput): License Model Details - partNumber (String): Part Number related to Product - productName (String): Product Name related to the line item - productVersion (String): Product Version related to the line item