
    _j?                         d dl mZ d dlmZ d dlmZmZ d dlmZ erd dl	m
Z
 d dlmZ d dlmZ d dlmZ  G d	 d
e          ZdS )    )StripeService)sanitize_id)Optionalcast)TYPE_CHECKING)LineItem)
ListObject)RequestOptions)QuoteLineItemListParamsc            	       z    e Zd Z	 	 ddeded         ded         ddfd	Z	 	 ddeded         ded         ddfd
ZdS )QuoteLineItemServiceNquoteparamsr   optionsr
   returnListObject[LineItem]c                     t          d|                     dd                    t          |                    d||                    S )
        When retrieving a quote, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
        r   get/v1/quotes/{quote}/line_itemsr   apibase_addressr   r   )r   _requestformatr   selfr   r   r   s       c/var/www/app.qaans.com/backend/venv/lib/python3.11/site-packages/stripe/_quote_line_item_service.pylistzQuoteLineItemService.list   s`     "MM/66%e,, 7   #   
 
 	
    c                    K   t          d|                     dd                    t          |                    d||           d{V           S )r   r   r   r   r   r   r   N)r   _request_asyncr   r   r   s       r   
list_asynczQuoteLineItemService.list_async(   s       "%%/66%e,, 7   # &        
 
 	
r!   )NN)__name__
__module____qualname__strr   r    r$    r!   r   r   r      s         7;.2	
 

 23
 *+	

 
 
 
 
 
2 7;.2	
 

 23
 *+	

 
 
 
 
 
 
 
r!   r   N)stripe._stripe_servicer   stripe._utilr   typingr   r   typing_extensionsr   stripe._line_itemr   stripe._list_objectr	   stripe._request_optionsr
   *stripe.params._quote_line_item_list_paramsr   r   r)   r!   r   <module>r2      s    1 0 0 0 0 0 $ $ $ $ $ $ ! ! ! ! ! ! ! ! + + + + + + ******......666666     
+
 +
 +
 +
 +
= +
 +
 +
 +
 +
r!   