Uses of Class
de.hybris.platform.chinesepspwechatpayservices.processors.AbstractWeChatPayProcessor
-
Packages that use AbstractWeChatPayProcessor Package Description de.hybris.platform.chinesepspwechatpayservices.processors de.hybris.platform.chinesepspwechatpayservices.processors.impl -
-
Uses of AbstractWeChatPayProcessor in de.hybris.platform.chinesepspwechatpayservices.processors
Subclasses of AbstractWeChatPayProcessor in de.hybris.platform.chinesepspwechatpayservices.processors Modifier and Type Class Description classAbstractWeChatPayRequestProcessor<T>Base class for calling WeChat Pay API, each different API needs to extend it and customize the parameters and result parsing -
Uses of AbstractWeChatPayProcessor in de.hybris.platform.chinesepspwechatpayservices.processors.impl
Subclasses of AbstractWeChatPayProcessor in de.hybris.platform.chinesepspwechatpayservices.processors.impl Modifier and Type Class Description classOpenIdRequestProcessorProcessor for fetching openid.classOrderQueryRequestProcessorProcessor to query order status in WeChatclassSignVerificationProcessorProcessor to valid signatureclassStartPaymentRequestProcessorProcessor to generator data for start paymentclassUnifiedOrderRequestProcessorProcessor to get pre-pay Id from weChatclassUserCodeRequestProcessorProcessor for fetching usercode.
-