Package com.adyen.checkout.core
Object CardType.Companion
-
- All Implemented Interfaces:
public class CardType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CardType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CardTypegetByBrandName(String brand)Get CardType from the brand name as it appears in the Checkout API. -
-
Method Detail
-
getByBrandName
final CardType getByBrandName(String brand)
Get CardType from the brand name as it appears in the Checkout API.
-
-
-
-