Struct stripe::Review [] [src]

pub struct Review {
    pub id: String,
    pub object: String,
    pub charge: String,
    pub created: Timestamp,
    pub livemode: bool,
    pub open: bool,
    pub reason: String,
}

The resource representing a Stripe review of a payment.

For more details see https://stripe.com/docs/api#review_object.

Fields

Trait Implementations

impl Debug for Review
[src]

[src]

Formats the value using the given formatter.