Interface WeChatPayOrderService

    • Method Detail

      • getOrderByCode

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