allowedCardFundingTypes
fun allowedCardFundingTypes(cardFundingTypes: List<PaymentSheet.CardFundingType>): EmbeddedPaymentElement.Configuration.Builder
By default, the embedded payment element 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.