Interface WeChatPayPaymentInfoStrategy

All Known Implementing Classes:
DefaultWeChatPayPaymentInfoStrategy

public interface WeChatPayPaymentInfoStrategy
Methods to update Payment info
  • Method Details

    • updatePaymentInfoForPayemntMethod

      ChinesePaymentInfoModel updatePaymentInfoForPayemntMethod(ChinesePaymentInfoModel chinesePaymentInfoModel)
      update paymentinfo once payment method is chosen.
      Parameters:
      chinesePaymentInfoModel - ChinesePaymentInfoModel to be updated ChinesePaymentInfoModel
      Returns:
      updated ChinesePaymentInfoModel
    • updatePaymentInfoForPlaceOrder

      void updatePaymentInfoForPlaceOrder(OrderModel order)
      update paymentinfo once order is placed.
      Parameters:
      order - Placed order OrderModel