Uses of Class
de.hybris.platform.chinesepspalipayservices.enums.AlipayPayMethod
-
Packages that use AlipayPayMethod Package Description de.hybris.platform.chinesepspalipayservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.payment.model Contains generated models for each type of de.hybris.platform.payment.jalo package. -
-
Uses of AlipayPayMethod in de.hybris.platform.chinesepspalipayservices.enums
Methods in de.hybris.platform.chinesepspalipayservices.enums that return AlipayPayMethod Modifier and Type Method Description static AlipayPayMethodAlipayPayMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlipayPayMethod[]AlipayPayMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AlipayPayMethod in de.hybris.platform.payment.model
Methods in de.hybris.platform.payment.model that return AlipayPayMethod Modifier and Type Method Description AlipayPayMethodAlipayPaymentTransactionModel. getPayMethod()Generated method - Getter of theAlipayPaymentTransaction.payMethodattribute defined at extensionchinesepspalipayservices.Methods in de.hybris.platform.payment.model with parameters of type AlipayPayMethod Modifier and Type Method Description voidAlipayPaymentTransactionModel. setPayMethod(AlipayPayMethod value)Generated method - Setter ofAlipayPaymentTransaction.payMethodattribute defined at extensionchinesepspalipayservices.
-