ApiOperations
2 months ago
Apps
2 months ago
Billing
2 months ago
BillingPortal
2 months ago
Checkout
2 months ago
Climate
2 months ago
Entitlements
2 months ago
EventData
2 months ago
Events
2 months ago
Exception
2 months ago
FinancialConnections
2 months ago
Forwarding
2 months ago
HttpClient
2 months ago
Identity
2 months ago
Issuing
2 months ago
Radar
2 months ago
Reporting
2 months ago
Service
2 months ago
Sigma
2 months ago
Tax
2 months ago
Terminal
2 months ago
TestHelpers
2 months ago
Treasury
2 months ago
Util
2 months ago
V2
2 months ago
Account.php
2 months ago
AccountLink.php
2 months ago
AccountSession.php
2 months ago
ApiRequestor.php
2 months ago
ApiResource.php
2 months ago
ApiResponse.php
2 months ago
ApplePayDomain.php
2 months ago
Application.php
2 months ago
ApplicationFee.php
2 months ago
ApplicationFeeRefund.php
2 months ago
Balance.php
2 months ago
BalanceTransaction.php
2 months ago
BankAccount.php
2 months ago
BaseStripeClient.php
2 months ago
BaseStripeClientInterface.php
2 months ago
Capability.php
2 months ago
Card.php
2 months ago
CashBalance.php
2 months ago
Charge.php
2 months ago
Collection.php
2 months ago
ConfirmationToken.php
2 months ago
ConnectCollectionTransfer.php
2 months ago
CountrySpec.php
2 months ago
Coupon.php
2 months ago
CreditNote.php
2 months ago
CreditNoteLineItem.php
2 months ago
Customer.php
2 months ago
CustomerBalanceTransaction.php
2 months ago
CustomerCashBalanceTransaction.php
2 months ago
CustomerSession.php
2 months ago
Discount.php
2 months ago
Dispute.php
2 months ago
EphemeralKey.php
2 months ago
ErrorObject.php
2 months ago
Event.php
2 months ago
ExchangeRate.php
2 months ago
File.php
2 months ago
FileLink.php
2 months ago
FundingInstructions.php
2 months ago
Invoice.php
2 months ago
InvoiceItem.php
2 months ago
InvoiceLineItem.php
2 months ago
InvoiceRenderingTemplate.php
2 months ago
LineItem.php
2 months ago
LoginLink.php
2 months ago
Mandate.php
2 months ago
OAuth.php
2 months ago
OAuthErrorObject.php
2 months ago
PaymentIntent.php
2 months ago
PaymentLink.php
2 months ago
PaymentMethod.php
2 months ago
PaymentMethodConfiguration.php
2 months ago
PaymentMethodDomain.php
2 months ago
Payout.php
2 months ago
Person.php
2 months ago
Plan.php
2 months ago
Price.php
2 months ago
Product.php
2 months ago
ProductFeature.php
2 months ago
PromotionCode.php
2 months ago
Quote.php
2 months ago
Reason.php
2 months ago
RecipientTransfer.php
2 months ago
Refund.php
2 months ago
RelatedObject.php
2 months ago
RequestTelemetry.php
2 months ago
ReserveTransaction.php
2 months ago
Review.php
2 months ago
SearchResult.php
2 months ago
SetupAttempt.php
2 months ago
SetupIntent.php
2 months ago
ShippingRate.php
2 months ago
SingletonApiResource.php
2 months ago
Source.php
2 months ago
SourceMandateNotification.php
2 months ago
SourceTransaction.php
2 months ago
Stripe.php
2 months ago
StripeClient.php
2 months ago
StripeClientInterface.php
2 months ago
StripeObject.php
2 months ago
StripeStreamingClientInterface.php
2 months ago
Subscription.php
2 months ago
SubscriptionItem.php
2 months ago
SubscriptionSchedule.php
2 months ago
TaxCode.php
2 months ago
TaxDeductedAtSource.php
2 months ago
TaxId.php
2 months ago
TaxRate.php
2 months ago
ThinEvent.php
2 months ago
Token.php
2 months ago
Topup.php
2 months ago
Transfer.php
2 months ago
TransferReversal.php
2 months ago
UsageRecord.php
2 months ago
UsageRecordSummary.php
2 months ago
Webhook.php
2 months ago
WebhookEndpoint.php
2 months ago
WebhookSignature.php
2 months ago
Review.php
100 lines
| 1 | <?php |
| 2 | |
| 3 | // File generated from our OpenAPI spec |
| 4 | namespace ProfilePressVendor\Stripe; |
| 5 | |
| 6 | /** |
| 7 | * Reviews can be used to supplement automated fraud detection with human expertise. |
| 8 | * |
| 9 | * Learn more about <a href="/radar">Radar</a> and reviewing payments |
| 10 | * <a href="https://stripe.com/docs/radar/reviews">here</a>. |
| 11 | * |
| 12 | * @property string $id Unique identifier for the object. |
| 13 | * @property string $object String representing the object's type. Objects of the same type share the same value. |
| 14 | * @property null|string $billing_zip The ZIP or postal code of the card used, if applicable. |
| 15 | * @property null|string|\Stripe\Charge $charge The charge associated with this review. |
| 16 | * @property null|string $closed_reason The reason the review was closed, or null if it has not yet been closed. One of <code>approved</code>, <code>refunded</code>, <code>refunded_as_fraud</code>, <code>disputed</code>, or <code>redacted</code>. |
| 17 | * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch. |
| 18 | * @property null|string $ip_address The IP address where the payment originated. |
| 19 | * @property null|\Stripe\StripeObject $ip_address_location Information related to the location of the payment. Note that this information is an approximation and attempts to locate the nearest population center - it should not be used to determine a specific address. |
| 20 | * @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode. |
| 21 | * @property bool $open If <code>true</code>, the review needs action. |
| 22 | * @property string $opened_reason The reason the review was opened. One of <code>rule</code> or <code>manual</code>. |
| 23 | * @property null|string|\Stripe\PaymentIntent $payment_intent The PaymentIntent ID associated with this review, if one exists. |
| 24 | * @property string $reason The reason the review is currently open or closed. One of <code>rule</code>, <code>manual</code>, <code>approved</code>, <code>refunded</code>, <code>refunded_as_fraud</code>, <code>disputed</code>, or <code>redacted</code>. |
| 25 | * @property null|\Stripe\StripeObject $session Information related to the browsing session of the user who initiated the payment. |
| 26 | */ |
| 27 | class Review extends ApiResource |
| 28 | { |
| 29 | const OBJECT_NAME = 'review'; |
| 30 | const CLOSED_REASON_APPROVED = 'approved'; |
| 31 | const CLOSED_REASON_DISPUTED = 'disputed'; |
| 32 | const CLOSED_REASON_REDACTED = 'redacted'; |
| 33 | const CLOSED_REASON_REFUNDED = 'refunded'; |
| 34 | const CLOSED_REASON_REFUNDED_AS_FRAUD = 'refunded_as_fraud'; |
| 35 | const OPENED_REASON_MANUAL = 'manual'; |
| 36 | const OPENED_REASON_RULE = 'rule'; |
| 37 | /** |
| 38 | * Returns a list of <code>Review</code> objects that have <code>open</code> set to |
| 39 | * <code>true</code>. The objects are sorted in descending order by creation date, |
| 40 | * with the most recently created object appearing first. |
| 41 | * |
| 42 | * @param null|array $params |
| 43 | * @param null|array|string $opts |
| 44 | * |
| 45 | * @throws \Stripe\Exception\ApiErrorException if the request fails |
| 46 | * |
| 47 | * @return \Stripe\Collection<\Stripe\Review> of ApiResources |
| 48 | */ |
| 49 | public static function all($params = null, $opts = null) |
| 50 | { |
| 51 | $url = static::classUrl(); |
| 52 | return static::_requestPage($url, \ProfilePressVendor\Stripe\Collection::class, $params, $opts); |
| 53 | } |
| 54 | /** |
| 55 | * Retrieves a <code>Review</code> object. |
| 56 | * |
| 57 | * @param array|string $id the ID of the API resource to retrieve, or an options array containing an `id` key |
| 58 | * @param null|array|string $opts |
| 59 | * |
| 60 | * @throws \Stripe\Exception\ApiErrorException if the request fails |
| 61 | * |
| 62 | * @return \Stripe\Review |
| 63 | */ |
| 64 | public static function retrieve($id, $opts = null) |
| 65 | { |
| 66 | $opts = \ProfilePressVendor\Stripe\Util\RequestOptions::parse($opts); |
| 67 | $instance = new static($id, $opts); |
| 68 | $instance->refresh(); |
| 69 | return $instance; |
| 70 | } |
| 71 | /** |
| 72 | * Possible string representations of the current, the opening or the closure reason of the review. |
| 73 | * Not all of these enumeration apply to all of the ´reason´ fields. Please consult the Review object to |
| 74 | * determine where these are apply. |
| 75 | * |
| 76 | * @see https://stripe.com/docs/api/radar/reviews/object |
| 77 | */ |
| 78 | const REASON_APPROVED = 'approved'; |
| 79 | const REASON_DISPUTED = 'disputed'; |
| 80 | const REASON_MANUAL = 'manual'; |
| 81 | const REASON_REFUNDED = 'refunded'; |
| 82 | const REASON_REFUNDED_AS_FRAUD = 'refunded_as_fraud'; |
| 83 | const REASON_RULE = 'rule'; |
| 84 | /** |
| 85 | * @param null|array $params |
| 86 | * @param null|array|string $opts |
| 87 | * |
| 88 | * @throws \Stripe\Exception\ApiErrorException if the request fails |
| 89 | * |
| 90 | * @return \Stripe\Review the approved review |
| 91 | */ |
| 92 | public function approve($params = null, $opts = null) |
| 93 | { |
| 94 | $url = $this->instanceUrl() . '/approve'; |
| 95 | list($response, $opts) = $this->_request('post', $url, $params, $opts); |
| 96 | $this->refreshFrom($response, $opts); |
| 97 | return $this; |
| 98 | } |
| 99 | } |
| 100 |