Uses of Class
com.adyen.model.checkout.ResponseAdditionalDataCard.CardProductIdEnum
-
Packages that use ResponseAdditionalDataCard.CardProductIdEnum Package Description com.adyen.model.checkout -
-
Uses of ResponseAdditionalDataCard.CardProductIdEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ResponseAdditionalDataCard.CardProductIdEnum Modifier and Type Method Description static ResponseAdditionalDataCard.CardProductIdEnumResponseAdditionalDataCard.CardProductIdEnum. fromValue(String value)ResponseAdditionalDataCard.CardProductIdEnumResponseAdditionalDataCard. getCardProductId()The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.static ResponseAdditionalDataCard.CardProductIdEnumResponseAdditionalDataCard.CardProductIdEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseAdditionalDataCard.CardProductIdEnum[]ResponseAdditionalDataCard.CardProductIdEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type ResponseAdditionalDataCard.CardProductIdEnum Modifier and Type Method Description ResponseAdditionalDataCardResponseAdditionalDataCard. cardProductId(ResponseAdditionalDataCard.CardProductIdEnum cardProductId)The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.voidResponseAdditionalDataCard. setCardProductId(ResponseAdditionalDataCard.CardProductIdEnum cardProductId)The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.
-