Stripe.Review (stripity_stripe v2.17.2) 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
Specs
Specs
Specs
t() :: %Stripe.Review{ billing_zip: String.t(), charge: Stripe.id() | Stripe.Charge.t(), closed_reason: String.t(), created: Stripe.timestamp(), id: Stripe.id(), ip_address: String.t(), ip_address_location: ip_address_location(), livemode: boolean(), object: String.t(), open: boolean(), opened_reason: String.t(), payment_intent: String.t(), reason: String.t(), session: session() }