allowedCardFundingTypes
fun allowedCardFundingTypes(cardFundingTypes: List<PaymentSheet.CardFundingType>): PaymentSheet.Configuration.Builder
By default, PaymentSheet will accept cards of all funding types (credit, debit, prepaid, unknown). You can specify which card funding types to allow.
Note: This is only a client-side solution. Note: Card funding filtering is not currently supported in Link.
Parameters
cardFundingTypes
The list of allowed card funding types.