diff --git a/lib/Checkout/Session.php b/lib/Checkout/Session.php
index 1a45a241a..cbb2f32ae 100644
--- a/lib/Checkout/Session.php
+++ b/lib/Checkout/Session.php
@@ -43,6 +43,7 @@ class Session extends \Stripe\ApiResource
{
const OBJECT_NAME = 'checkout.session';
+ use \Stripe\ApiOperations\All;
use \Stripe\ApiOperations\Create;
use \Stripe\ApiOperations\Retrieve;
diff --git a/lib/Issuing/Dispute.php b/lib/Issuing/Dispute.php
index 1a60255a3..d498a3e4b 100644
--- a/lib/Issuing/Dispute.php
+++ b/lib/Issuing/Dispute.php
@@ -19,7 +19,7 @@
* @property \Stripe\StripeObject $evidence
* @property bool $livemode Has the value true
if the object exists in live mode or the value false
if the object exists in test mode.
* @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 string $reason Reason for this dispute. One of fraudulent
or other
.
+ * @property string $reason Reason for this dispute. One of duplicate
, product_not_received
, fraudulent
, or other
.
* @property string $status Current status of dispute. One of unsubmitted
, under_review
, won
, or lost
.
*/
class Dispute extends \Stripe\ApiResource