File: _deleted_object.py

package info (click to toggle)
python-stripe 14.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,576 kB
  • sloc: python: 201,956; makefile: 13; sh: 9
file content (15 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- coding: utf-8 -*-
# File generated from our OpenAPI spec
from stripe._stripe_object import StripeObject
from typing import Optional


class DeletedObject(StripeObject):
    id: str
    """
    The ID of the object that's being deleted.
    """
    object: Optional[str]
    """
    String representing the type of the object that has been deleted. Objects of the same type share the same value of the object field.
    """