stripity_stripe v2.0.1 Stripe.Review
Work with Stripe review objects.
Stripe API reference: https://stripe.com/docs/api#reviews
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Stripe.Review{
charge: Stripe.id() | Stripe.Charge.t(),
created: Stripe.timestamp(),
id: Stripe.id(),
livemode: boolean(),
object: String.t(),
open: boolean(),
reason: String.t()
}