Stripe.Resources.Radar.PaymentEvaluation.Events.DisputeOpened (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.DisputeOpened{
  amount: integer() | nil,
  currency: String.t() | nil,
  reason: String.t() | nil
}
  • amount - Amount to dispute 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 - Reason given by cardholder for dispute. Possible values: account_not_available, credit_not_processed, customer_initiated, duplicate, fraudulent, general, noncompliant, product_not_received, product_unacceptable, subscription_canceled, unrecognized.