Uses of Class
com.adyen.model.balanceplatform.Card.FormFactorEnum
-
Packages that use Card.FormFactorEnum Package Description com.adyen.model.balanceplatform -
-
Uses of Card.FormFactorEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.balanceplatform 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.
-