from stripe.stripe_object import StripeObject as StripeObject

class BitcoinTransaction(StripeObject):
    OBJECT_NAME: str
