from stripe.stripe_object import StripeObject as StripeObject

class SourceTransaction(StripeObject):
    OBJECT_NAME: str
