We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1e188 commit c19b6beCopy full SHA for c19b6be
console/src/Stripe.purs
@@ -72,7 +72,7 @@ type CardFingerprint = String
72
-- | One of `"amex"` | `"diners"` | `"discover"` | `"jcb"` | `"mastercard"` | `"unionpay"` | `"visa"` | `"unknown"`.
73
type CardBrand = String
74
75
--- | One of `"credit"` | `"debit"` | `"prepeaid"` | `"unknown"`.
+-- | One of `"credit"` | `"debit"` | `"prepaid"` | `"unknown"`.
76
type Funding = String
77
78
-- | If a CVC was provided, results of the check: `"pass"` | `"fail"` | `"unavailable"` | `"unchecked"`.
0 commit comments