Interface WeChatPayPaymentInfoStrategy
-
- All Known Implementing Classes:
DefaultWeChatPayPaymentInfoStrategy
public interface WeChatPayPaymentInfoStrategyMethods to update Payment info
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChinesePaymentInfoModelupdatePaymentInfoForPayemntMethod(ChinesePaymentInfoModel chinesePaymentInfoModel)update paymentinfo once payment method is chosen.voidupdatePaymentInfoForPlaceOrder(OrderModel order)update paymentinfo once order is placed.
-
-
-
Method Detail
-
updatePaymentInfoForPayemntMethod
ChinesePaymentInfoModel updatePaymentInfoForPayemntMethod(ChinesePaymentInfoModel chinesePaymentInfoModel)
update paymentinfo once payment method is chosen.- Parameters:
chinesePaymentInfoModel- ChinesePaymentInfoModel to be updatedChinesePaymentInfoModel- Returns:
- updated ChinesePaymentInfoModel
-
updatePaymentInfoForPlaceOrder
void updatePaymentInfoForPlaceOrder(OrderModel order)
update paymentinfo once order is placed.- Parameters:
order- Placed orderOrderModel
-
-