o
    éË·eØ  ã                   @   s^   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 G dd„ deeeeƒZ	dS )	é    )Úabsolute_importÚdivisionÚprint_function)ÚCreateableAPIResource)ÚDeletableAPIResource)ÚListableAPIResource)ÚUpdateableAPIResourcec                   @   s   e Zd ZdZdZdS )ÚInvoiceItemaÅ  
    Sometimes you want to add a charge or credit to a customer, but actually
    charge or credit the customer's card only at the end of a regular billing
    cycle. This is useful for combining several charges (to minimize
    per-transaction fees), or for having Stripe tabulate your usage-based billing
    totals.

    Related guide: [Subscription Invoices](https://stripe.com/docs/billing/invoices/subscription#adding-upcoming-invoice-items).
    ÚinvoiceitemN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚOBJECT_NAME© r   r   úX/var/www/ideatree/venv/lib/python3.10/site-packages/stripe/api_resources/invoice_item.pyr	   
   s    
r	   N)
Ú
__future__r   r   r   Ústripe.api_resources.abstractr   r   r   r   r	   r   r   r   r   Ú<module>   s   
ü