stripity_stripe v2.2.0 Stripe.Review View Source

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() View Source
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()
}