Uses of Enum
com.broadleafcommerce.payment.service.gateway.constants.CheckoutStatusCodesEnum
Packages that use CheckoutStatusCodesEnum
-
Uses of CheckoutStatusCodesEnum in com.broadleafcommerce.payment.service.gateway.constants
Methods in com.broadleafcommerce.payment.service.gateway.constants that return CheckoutStatusCodesEnumModifier and TypeMethodDescriptionstatic CheckoutStatusCodesEnum
CheckoutStatusCodesEnum.getErrorDetails
(Integer statusCode) static CheckoutStatusCodesEnum
Returns the enum constant of this type with the specified name.static CheckoutStatusCodesEnum[]
CheckoutStatusCodesEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.