Interface WeChatPayOrderService

All Known Implementing Classes:
DefaultWeChatPayOrderService

public interface WeChatPayOrderService
Provide method to get order model
  • Method Details

    • getOrderByCode

      Optional<OrderModel> getOrderByCode(String code)
      Get OrderModel by OrderCode
      Parameters:
      code - The order code of the wanted order
      Returns:
      OrderModel if found and empty option otherwise