Interface AlipayPaymentInfoStrategy
- All Known Implementing Classes:
DefaultAlipayPaymentInfoStrategy
public interface AlipayPaymentInfoStrategy
Updates payment information after payment method is changed or order is placed
-
Method Summary
Modifier and TypeMethodDescriptionupdatePaymentInfoForPayemntMethod(ChinesePaymentInfoModel chinesePaymentInfoModel) Updates payment information once payment method is chosenvoidUpdates payment information once order is placed
-
Method Details
-
updatePaymentInfoForPayemntMethod
ChinesePaymentInfoModel updatePaymentInfoForPayemntMethod(ChinesePaymentInfoModel chinesePaymentInfoModel) Updates payment information once payment method is chosen- Parameters:
chinesePaymentInfoModel- ChinesePaymentInfoModel to be updatedChinesePaymentInfoModel- Returns:
- updated ChinesePaymentInfoModel
-
updatePaymentInfoForPlaceOrder
Updates payment information once order is placed- Parameters:
order- the placed orderOrderModel
-