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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Review

impl Sync for Review