
    _jR                     ^    d dl mZ d dlmZmZ d dlmZmZ erd dlm	Z	  G d de          Z
dS )    )StripeObject)ClassVarOptional)LiteralTYPE_CHECKING)Featurec                       e Zd ZU dZdZeed                  ed<   eed                  ed<   	 ded<   	 e	ed<   	 e
ed	<   	 ed         ed
<   dS )ProductFeaturez
    A product_feature represents an attachment between a feature and a product.
    When a product is purchased that has a feature attached, Stripe will create an entitlement to the feature for the purchasing customer.
    product_featureOBJECT_NAMETdeletedr   entitlement_featureidlivemodeobjectN)__name__
__module____qualname____doc__r   r   r   __annotations__r   strbool     [/var/www/app.qaans.com/backend/venv/lib/python3.11/site-packages/stripe/_product_feature.pyr
   r
      s          
 9JK'"345IIIgdm$$$$ #""" 	GGG NNN %&&&& r   r
   N)stripe._stripe_objectr   typingr   r   typing_extensionsr   r   stripe.entitlements._featurer   r
   r   r   r   <module>r       s    / . . . . . % % % % % % % % 4 4 4 4 4 4 4 4 5444444    \     r   