Companion
object Companion
Functions
Link copied to clipboard
Accept all card brands supported by Stripe
Link copied to clipboard
fun allowed(brands: List<PaymentSheet.CardBrandAcceptance.BrandCategory>): PaymentSheet.CardBrandAcceptance
Accept only the card brands specified in brands
. Note: Any card brands that do not map to a BrandCategory
will be blocked when using an allow list.
Link copied to clipboard
fun disallowed(brands: List<PaymentSheet.CardBrandAcceptance.BrandCategory>): PaymentSheet.CardBrandAcceptance
Accept all card brands supported by Stripe except for those specified in brands
. Note: Any card brands that do not map to a BrandCategory
will be accepted when using a disallow list.