We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b235ffb commit 7890523Copy full SHA for 7890523
stubs/braintree/braintree/transaction.pyi
@@ -1,4 +1,5 @@
1
from _typeshed import Incomplete
2
+from datetime import datetime
3
from decimal import Decimal
4
from typing import Final
5
@@ -178,6 +179,7 @@ class Transaction(Resource):
178
179
payment_facilitator: PaymentFacilitator
180
transfer: Transfer
181
subscription_id: str
182
+ created_at: datetime
183
def __init__(self, gateway, attributes) -> None: ...
184
@property
185
def vault_billing_address(self): ...
0 commit comments