From e0dc94c7d29b1501b143da11ab75a672d7a2d7bd Mon Sep 17 00:00:00 2001
From: Richard Marmorstein <52928443+richardm-stripe@users.noreply.github.com>
Date: Tue, 20 Jul 2021 20:52:30 -0400
Subject: [PATCH] Codegen for openapi adfc63f (#1163)
---
lib/Issuing/Transaction.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Issuing/Transaction.php b/lib/Issuing/Transaction.php
index 3c44d7ec1..90a38edd7 100644
--- a/lib/Issuing/Transaction.php
+++ b/lib/Issuing/Transaction.php
@@ -32,6 +32,7 @@
* @property \Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
* @property null|\Stripe\StripeObject $purchase_details Additional purchase information that is optionally provided by the merchant.
* @property string $type The nature of the transaction.
+ * @property null|string $wallet The digital wallet used for this transaction. One of apple_pay
, google_pay
, or samsung_pay
.
*/
class Transaction extends \Stripe\ApiResource
{