Skip to content

Commit 3a85e08

Browse files
committed
Add Transaction.subscription_id field
1 parent 20c9f4f commit 3a85e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/braintree/braintree/transaction.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ class Transaction(Resource):
177177
network_transaction_id: Incomplete
178178
payment_facilitator: PaymentFacilitator
179179
transfer: Transfer
180+
subscription_id: str
180181
def __init__(self, gateway, attributes) -> None: ...
181182
@property
182183
def vault_billing_address(self): ...

0 commit comments

Comments
 (0)