Stripe.Resources.Dispute.PaymentMethodDetails.Paypal (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Dispute.PaymentMethodDetails.Paypal{
  case_id: String.t() | nil,
  reason_code: String.t() | nil
}
  • case_id - The ID of the dispute in PayPal. Max length: 5000. Nullable.
  • reason_code - The reason for the dispute as defined by PayPal Max length: 5000. Nullable.