o
    éË·e  ã                   @   sl   d dl mZmZmZ d dlmZ d dlmZ d dlmZ d dlmZ d dlm	Z	 G dd„ deeeee	ƒZ
d	S )
é    )Úabsolute_importÚdivisionÚprint_function)ÚCreateableAPIResource)ÚDeletableAPIResource)ÚListableAPIResource)ÚSearchableAPIResource)ÚUpdateableAPIResourcec                   @   s,   e Zd ZdZdZedd„ ƒZedd„ ƒZdS )ÚProducta  
    Products describe the specific goods or services you offer to your customers.
    For example, you might offer a Standard and Premium version of your goods or service; each version would be a separate Product.
    They can be used in conjunction with [Prices](https://stripe.com/docs/api#prices) to configure pricing in Payment Links, Checkout, and Subscriptions.

    Related guides: [Set up a subscription](https://stripe.com/docs/billing/subscriptions/set-up-subscription),
    [share a Payment Link](https://stripe.com/docs/payments/payment-links/overview),
    [accept payments with Checkout](https://stripe.com/docs/payments/accept-a-payment#create-product-prices-upfront),
    and more about [Products and Prices](https://stripe.com/docs/products-prices/overview)
    Úproductc                 O   s   | j |ddi|¤ŽS )NÚ
search_urlz/v1/products/search)Ú_search©ÚclsÚargsÚkwargs© r   úS/var/www/ideatree/venv/lib/python3.10/site-packages/stripe/api_resources/product.pyÚsearch   ó   zProduct.searchc                 O   s   | j |i |¤Ž ¡ S )N)r   Úauto_paging_iterr   r   r   r   Úsearch_auto_paging_iter#   r   zProduct.search_auto_paging_iterN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚOBJECT_NAMEÚclassmethodr   r   r   r   r   r   r
      s    
r
   N)Ú
__future__r   r   r   Ústripe.api_resources.abstractr   r   r   r   r	   r
   r   r   r   r   Ú<module>   s   
û