Stripe.Resources.Radar.PaymentEvaluation.Events.Refunded (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Events.Refunded{
  amount: integer() | nil,
  currency: String.t() | nil,
  reason: String.t() | nil
}
  • amount - Amount refunded for this payment. A positive integer representing how much to charge in the smallest currency unit (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency).
  • currency - Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.
  • reason - Indicates the reason for the refund. Possible values: duplicate, fraudulent, other, requested_by_customer.