Uses of Class
de.hybris.platform.payment.dto.AvsStatus
-
Packages that use AvsStatus Package Description de.hybris.platform.payment.commands.result de.hybris.platform.payment.dto -
-
Uses of AvsStatus in de.hybris.platform.payment.commands.result
Methods in de.hybris.platform.payment.commands.result that return AvsStatus Modifier and Type Method Description AvsStatusAuthorizationResult. getAvsStatus()Methods in de.hybris.platform.payment.commands.result with parameters of type AvsStatus Modifier and Type Method Description voidAuthorizationResult. setAvsStatus(AvsStatus avsStatus) -
Uses of AvsStatus in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return AvsStatus Modifier and Type Method Description static AvsStatusAvsStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AvsStatus[]AvsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-