stripity_stripe v2.7.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
ip_address_location() View Source
Link to this type
session() View Source
Link to this type
t()
View Source
t()
View Source
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()
}
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() }