pub struct Review {Show 13 fields
pub id: ReviewId,
pub billing_zip: Option<String>,
pub charge: Option<Expandable<Charge>>,
pub closed_reason: Option<ReviewClosedReason>,
pub created: Timestamp,
pub ip_address: Option<String>,
pub ip_address_location: Option<RadarReviewResourceLocation>,
pub livemode: bool,
pub open: bool,
pub opened_reason: ReviewOpenedReason,
pub payment_intent: Option<Expandable<PaymentIntent>>,
pub reason: ReviewReason,
pub session: Option<RadarReviewResourceSession>,
}fraud only.Expand description
The resource representing a Stripe “RadarReview”.
For more details see https://stripe.com/docs/api/radar/reviews/object
Fields§
§id: ReviewIdUnique identifier for the object.
billing_zip: Option<String>The ZIP or postal code of the card used, if applicable.
charge: Option<Expandable<Charge>>The charge associated with this review.
closed_reason: Option<ReviewClosedReason>The reason the review was closed, or null if it has not yet been closed.
One of approved, refunded, refunded_as_fraud, disputed, or redacted.
created: TimestampTime at which the object was created.
Measured in seconds since the Unix epoch.
ip_address: Option<String>The IP address where the payment originated.
ip_address_location: Option<RadarReviewResourceLocation>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.
livemode: boolHas the value true if the object exists in live mode or the value false if the object exists in test mode.
open: boolIf true, the review needs action.
opened_reason: ReviewOpenedReasonThe reason the review was opened.
One of rule or manual.
payment_intent: Option<Expandable<PaymentIntent>>The PaymentIntent ID associated with this review, if one exists.
reason: ReviewReasonThe reason the review is currently open or closed.
One of rule, manual, approved, refunded, refunded_as_fraud, disputed, or redacted.
session: Option<RadarReviewResourceSession>Information related to the browsing session of the user who initiated the payment.