Uses of Class
de.hybris.platform.paymentstandard.model.StandardPaymentModeModel
-
Packages that use StandardPaymentModeModel Package Description de.hybris.platform.paymentstandard.model Contains generated models for each type of de.hybris.platform.paymentstandard.jalo package. -
-
Uses of StandardPaymentModeModel in de.hybris.platform.paymentstandard.model
Methods in de.hybris.platform.paymentstandard.model that return StandardPaymentModeModel Modifier and Type Method Description StandardPaymentModeModelStandardPaymentModeValueModel. getPaymentMode()Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.Methods in de.hybris.platform.paymentstandard.model with parameters of type StandardPaymentModeModel Modifier and Type Method Description voidStandardPaymentModeValueModel. setPaymentMode(StandardPaymentModeModel value)Generated method - Initial setter ofStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.Constructors in de.hybris.platform.paymentstandard.model with parameters of type StandardPaymentModeModel Constructor Description StandardPaymentModeValueModel(CurrencyModel _currency, ItemModel _owner, StandardPaymentModeModel _paymentMode, java.lang.Double _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStandardPaymentModeValueModel(CurrencyModel _currency, StandardPaymentModeModel _paymentMode, java.lang.Double _value)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
-