Stripe.Resources.Charge.PaymentMethodDetails.Paypal.SellerProtection
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Paypal.SellerProtection{ dispute_categories: [String.t()] | nil, status: String.t() | nil }
dispute_categories- An array of conditions that are covered for the transaction, if applicable. Nullable.status- Indicates whether the transaction is eligible for PayPal's seller protection. Possible values:eligible,not_eligible,partially_eligible.