You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that refund.reason is defined as string instead of "duplicate" | "fraudulent" | "requested_by_customer" | "expired_uncaptured_charge", whereas other entities like RefundCreateParams.reason is explicitly defined.
The text was updated successfully, but these errors were encountered:
Hi, I noticed that
refund.reason
is defined as string instead of"duplicate" | "fraudulent" | "requested_by_customer" | "expired_uncaptured_charge"
, whereas other entities likeRefundCreateParams.reason
is explicitly defined.The text was updated successfully, but these errors were encountered: