Uses of Enum Class
de.hybris.platform.core.enums.CreditCardType
Packages that use CreditCardType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.jalo.order.payment package.
-
Uses of CreditCardType in de.hybris.platform.core.enums
Methods in de.hybris.platform.core.enums that return CreditCardTypeModifier and TypeMethodDescriptionstatic CreditCardTypeReturns the enum constant of this class with the specified name.static CreditCardType[]CreditCardType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CreditCardType in de.hybris.platform.core.model.order.payment
Methods in de.hybris.platform.core.model.order.payment that return CreditCardTypeModifier and TypeMethodDescriptionCreditCardPaymentInfoModel.getType()Generated method - Getter of theCreditCardPaymentInfo.typeattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order.payment with parameters of type CreditCardTypeModifier and TypeMethodDescriptionvoidCreditCardPaymentInfoModel.setType(CreditCardType value) Generated method - Setter ofCreditCardPaymentInfo.typeattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order.payment with parameters of type CreditCardTypeModifierConstructorDescriptionCreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, ItemModel _original, ItemModel _owner, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CreditCardType in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return CreditCardTypeMethods in de.hybris.platform.payment.dto with parameters of type CreditCardTypeConstructors in de.hybris.platform.payment.dto with parameters of type CreditCardType