
    <@gR                     V    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
y)    )StripeObject)ClassVarOptional)LiteralTYPE_CHECKING)Featurec                   x    e Zd ZU dZdZeed      ed<   ded<   	 eed<   	 e	ed<   	 ed   ed<   	 e
ed	      ed
<   y)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_NAMEr   entitlement_featureidlivemodeobjectTdeletedN)__name__
__module____qualname____doc__r   r   r   __annotations__strboolr        V/var/www/html/AdoubleTech/venv/lib/python3.12/site-packages/stripe/_product_feature.pyr
   r
      sk    
 9JK'"345I"" 	G N %&& gdm$$r   r
   N)stripe._stripe_objectr   typingr   r   typing_extensionsr   r   stripe.entitlements._featurer   r
   r   r   r   <module>r       s"    / % 44\ r   