Uses of Class
com.adyen.model.configurationwebhooks.Card.FormFactorEnum
-
Packages that use Card.FormFactorEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of Card.FormFactorEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Card.FormFactorEnum Modifier and Type Method Description static Card.FormFactorEnumCard.FormFactorEnum. fromValue(String value)Card.FormFactorEnumCard. getFormFactor()The form factor of the card.static Card.FormFactorEnumCard.FormFactorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Card.FormFactorEnum[]Card.FormFactorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type Card.FormFactorEnum Modifier and Type Method Description CardCard. formFactor(Card.FormFactorEnum formFactor)The form factor of the card.voidCard. setFormFactor(Card.FormFactorEnum formFactor)The form factor of the card.
-